Searched defs:graphemeClusterLength (Results 1 – 3 of 3) sorted by relevance
153 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1; local237 const int32_t graphemeClusterLength = 1; local
1340 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1; local1423 const int32_t graphemeClusterLength = 1; local
492 int32_t graphemeClusterLength = StringUtils::NotInUtf16Bmp(prevChar) ? 2 : 1; in ComputeOffsetForCaretUpstream() local