Functions
-
bool islower (wchar_t wch)Defined at line 55 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isupper (wchar_t wch)Defined at line 89 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isdigit (wchar_t wch)Defined at line 123 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isalpha (wchar_t wch)Defined at line 141 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isalnum (wchar_t wch)Defined at line 201 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isspace (wchar_t wch)Defined at line 271 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isblank (wchar_t wch)Defined at line 285 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isgraph (wchar_t wch)Defined at line 295 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isprint (wchar_t wch)Defined at line 299 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isxdigit (wchar_t wch)Defined at line 303 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool iscntrl (wchar_t wch)Defined at line 333 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool ispunct (wchar_t wch)Defined at line 337 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
wchar_t tolower (wchar_t wch)Defined at line 341 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
wchar_t toupper (wchar_t wch)Defined at line 400 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h