Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DConvertUTF.cpp87 static const UTF32 halfBase = 0x0010000UL; variable
182 ch -= halfBase; in ConvertUTF32toUTF16()
212 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()
269 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()
603 ch -= halfBase; in ConvertUTF8toUTF16()