Searched defs:graphemes (Results 1 – 7 of 7) sorted by relevance
99 fn graphemes(&self, is_extended: bool) -> Graphemes<'_>; in graphemes() method251 fn graphemes(&self, is_extended: bool) -> Graphemes { in graphemes() method
28 graphemes() { function
1470 auto graphemes = fOwner->countSurroundingGraphemes({clusterIndex8, clusterEnd8}); in getGlyphPositionAtCoordinate() local
1125 TArray<TextIndex> graphemes; in countSurroundingGraphemes() local
1900 fn graphemes(&self) -> Graphemes<'_> { in graphemes() method