Searched refs:NotInUtf16Bmp (Results 1 – 9 of 9) sorted by relevance
83 …selection.Update(StringUtils::NotInUtf16Bmp(utf16Text[prevCharIndex]) ? prevCharIndex - 1 : prevCh… in MoveLeft()98 selection.Update(StringUtils::NotInUtf16Bmp(utf16Text[nextCharIndex]) in MoveRight()
47 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1; in GetGraphemeClusterLength()
153 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1;390 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1;
124 inline bool NotInUtf16Bmp(char16_t c) in NotInUtf16Bmp() function
352 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1; in GetGraphemeClusterLength()
492 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1; in ComputeOffsetForCaretUpstream()
460 ASSERT_EQ(StringUtils::NotInUtf16Bmp(testChar16), true);
1340 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1;
2697 return StringUtils::NotInUtf16Bmp(aroundChar) ? 2 : 1; in GetGraphemeClusterLength()