Functions

  • bool islower (wchar_t wch)

    Defined at line 54 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isupper (wchar_t wch)

    Defined at line 88 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isdigit (wchar_t wch)

    Defined at line 122 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isalpha (wchar_t wch)

    Defined at line 140 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isalnum (wchar_t wch)

    Defined at line 200 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isspace (wchar_t wch)

    Defined at line 270 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isblank (wchar_t wch)

    Defined at line 284 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isgraph (wchar_t wch)

    Defined at line 294 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isprint (wchar_t wch)

    Defined at line 298 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool isxdigit (wchar_t wch)

    Defined at line 302 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool iscntrl (wchar_t wch)

    Defined at line 332 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • bool ispunct (wchar_t wch)

    Defined at line 336 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • wchar_t tolower (wchar_t wch)

    Defined at line 340 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h

  • wchar_t toupper (wchar_t wch)

    Defined at line 399 of file ../../third_party/llvm-libc/src/src/__support/wctype_utils.h