Functions
-
bool islower (wchar_t wch)Defined at line 53 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isupper (wchar_t wch)Defined at line 87 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isdigit (wchar_t wch)Defined at line 121 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isalpha (wchar_t wch)Defined at line 139 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isalnum (wchar_t wch)Defined at line 199 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isspace (wchar_t wch)Defined at line 269 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isblank (wchar_t wch)Defined at line 283 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isgraph (wchar_t wch)Defined at line 293 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isprint (wchar_t wch)Defined at line 297 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool isxdigit (wchar_t wch)Defined at line 301 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool iscntrl (wchar_t wch)Defined at line 331 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
bool ispunct (wchar_t wch)Defined at line 335 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
wchar_t tolower (wchar_t wch)Defined at line 339 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h
-
wchar_t toupper (wchar_t wch)Defined at line 398 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h