Home
last modified time | relevance | path

Searched refs:UNI_MAX_LEGAL_UTF32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp185 } else if (ch > UNI_MAX_LEGAL_UTF32) { in ConvertUTF32toUTF16()
360 } else if (ch <= UNI_MAX_LEGAL_UTF32) { bytesToWrite = 4; in ConvertUTF32toUTF8()
701 if (ch <= UNI_MAX_LEGAL_UTF32) { in ConvertUTF8toUTF32Impl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h138 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF macro