Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DConvertUTF.cpp86 static const UTF32 halfBase = 0x0010000UL; variable
181 ch -= halfBase; in ConvertUTF32toUTF16()
211 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()
268 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()
612 ch -= halfBase; in ConvertUTF8toUTF16()