Searched refs:CBU16_IS_TRAIL (Results 1 – 5 of 5) sorted by relevance
261 #define CBU16_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) macro360 if((i)<(length) && CBU16_IS_TRAIL(__c2=(s)[(i)])) { \
14 !(CBU16_IS_TRAIL(s[index]) && CBU16_IS_LEAD(s[index - 1])); in IsValidCodePointIndex()
39 !CBU16_IS_TRAIL(src[*char_index + 1])) { in ReadUnicodeCharacter()
132 truncated = name.substr(0, CBU16_IS_TRAIL(name[limit]) ? limit - 1 : limit); in TruncateFileName()
772 if (!CBU16_IS_TRAIL(code_unit16_low)) { in DecodeUTF16()