Searched refs:getTwoByteLead (Results 1 – 2 of 2) sorted by relevance
84 inline uint8_t getTwoByteLead(UChar32 c) { return (uint8_t)((c >> 6) | 0xc0); } in getTwoByteLead() function92 char s8[2] = { (char)getTwoByteLead(c), (char)getTwoByteTrail(c) }; in appendTwoBytes()
165 inline uint8_t getTwoByteLead(UChar32 c) { return (uint8_t)((c >> 6) | 0xc0); } in getTwoByteLead() function656 src[i] != getTwoByteLead(upper) || src[i + 1] != getTwoByteTrail(upper) || in toUpper()