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