Home
last modified time | relevance | path

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

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