Searched refs:UNI_SUR_LOW_START (Results 1 – 1 of 1) sorted by relevance
107 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro199 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()225 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()227 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()241 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()282 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()284 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()298 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()630 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()