Home
last modified time | relevance | path

Searched refs:getTwoByteTrail (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dbytesinkutil.cpp85 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); } in getTwoByteTrail() function
92 char s8[2] = { (char)getTwoByteLead(c), (char)getTwoByteTrail(c) }; in appendTwoBytes()
Ducasemap.cpp165 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); } in getTwoByteTrail() function
746 src[i] != getTwoByteLead(upper) || src[i + 1] != getTwoByteTrail(upper) || in toUpper()
/third_party/icu/icu4c/source/common/
Dbytesinkutil.cpp85 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); } in getTwoByteTrail() function
92 char s8[2] = { (char)getTwoByteLead(c), (char)getTwoByteTrail(c) }; in appendTwoBytes()
Ducasemap.cpp165 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); } in getTwoByteTrail() function
741 src[i] != getTwoByteLead(upper) || src[i + 1] != getTwoByteTrail(upper) || in toUpper()
/third_party/skia/third_party/externals/icu/source/common/
Dbytesinkutil.cpp85 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); } in getTwoByteTrail() function
92 char s8[2] = { (char)getTwoByteLead(c), (char)getTwoByteTrail(c) }; in appendTwoBytes()
Ducasemap.cpp166 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); } in getTwoByteTrail() function
656 src[i] != getTwoByteLead(upper) || src[i + 1] != getTwoByteTrail(upper) || in toUpper()