Searched refs:UNI_SUR_LOW_START (Results 1 – 4 of 4) sorted by relevance
62 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro156 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()182 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()184 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()198 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()239 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()241 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()255 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()484 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()
91 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()117 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()119 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()133 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()224 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()226 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()240 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()392 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()
828 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16Consume()897 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LA()930 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) in antlr3UTF16LA()972 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LA()977 + (ch2 - UNI_SUR_LOW_START) + halfBase; in antlr3UTF16LA()1108 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16ConsumeLE()1178 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LALE()1212 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) in antlr3UTF16LALE()1255 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LALE()1260 + (ch2 - UNI_SUR_LOW_START) + halfBase; in antlr3UTF16LALE()[all …]
119 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro