Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dconvert_UTF.c70 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro
120 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16()
145 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()
147 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32()
161 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32()
251 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()
253 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()
267 if (ch >= UNI_SUR_LOW_START && ch <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8()
416 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF8toUTF16()
/external/unicode/
DConvertUTF.c54 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro
100 *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()
Dharness.c214 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()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3convertutf.c91 *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()
Dantlr3inputstream.c828 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 …]
/external/llvm/lib/Support/
DConvertUTF.c63 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro
157 *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()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTF.cpp65 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro
157 *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()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3convertutf.h119 #define UNI_SUR_LOW_START (UTF32)0xDC00 macro