Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DConvertUTF.cpp102 static const UTF32 halfBase = 0x0010000UL; variable
197 ch -= halfBase; in ConvertUTF32toUTF16()
227 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()
284 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()
628 ch -= halfBase; in ConvertUTF8toUTF16()