Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
602 ch -= halfBase; in ConvertUTF8toUTF16()