Searched refs:UNI_SUR_LOW_START (Results 1 – 12 of 12) sorted by relevance
54 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro100 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()126 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()128 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()142 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()233 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()235 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()249 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()409 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()
214 if ((i != UNI_SUR_LOW_START) && (i != UNI_SUR_HIGH_START)) { in test02()221 if (i == UNI_SUR_LOW_START) in test02()227 if ((i == UNI_SUR_LOW_START) && result != sourceIllegal) { in test02()
78 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro121 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()146 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()148 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()162 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()256 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()258 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()272 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()441 *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()
835 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16Consume()904 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LA()937 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) in antlr3UTF16LA()979 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LA()984 + (ch2 - UNI_SUR_LOW_START) + halfBase; in antlr3UTF16LA()1115 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16ConsumeLE()1185 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LALE()1219 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) in antlr3UTF16LALE()1262 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) in antlr3UTF16LALE()1267 + (ch2 - UNI_SUR_LOW_START) + halfBase; in antlr3UTF16LALE()[all …]
63 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()183 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()185 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()199 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()240 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()242 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()256 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()578 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()
65 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()183 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()185 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()199 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()240 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()242 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()256 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()578 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()
91 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro183 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()209 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()211 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()225 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()266 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()268 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()282 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()604 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()
119 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro
480 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) 513 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) 555 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) 560 + (ch2 - UNI_SUR_LOW_START) + halfBase;616 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) 650 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) 693 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) 698 + (ch2 - UNI_SUR_LOW_START) + halfBase;754 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) 788 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) [all …]