Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDConvertUTF.c143 } else if (ch > UNI_MAX_LEGAL_UTF32) { in ConvertUTF32toUTF16()
318 } else if (ch <= UNI_MAX_LEGAL_UTF32) { bytesToWrite = 4; in ConvertUTF32toUTF8()
649 if (ch <= UNI_MAX_LEGAL_UTF32) { in ConvertUTF8toUTF32Impl()
/NextBSD/contrib/llvm/include/llvm/Support/
HDConvertUTF.h111 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF macro