Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDConvertUTF.cpp169 } else if (ch > UNI_MAX_LEGAL_UTF32) { in ConvertUTF32toUTF16()
344 } else if (ch <= UNI_MAX_LEGAL_UTF32) { bytesToWrite = 4; in ConvertUTF32toUTF8()
675 if (ch <= UNI_MAX_LEGAL_UTF32) { in ConvertUTF8toUTF32Impl()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDConvertUTF.h119 #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF macro