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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp86 static const UTF32 halfBase = 0x0010000UL; member in namespace:llvm
181 ch -= halfBase;
211 + (ch2 - UNI_SUR_LOW_START) + halfBase;
268 + (ch2 - UNI_SUR_LOW_START) + halfBase;
602 ch -= halfBase;

Completed in 99 milliseconds