Home
last modified time | relevance | path

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

/external/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()