Searched defs:glyphEndIndex (Results 1 – 3 of 3) sorted by relevance
137 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex++) { in BreakupClusters() local154 for (size_t glyphEndIndex = 0; glyphEndIndex < clusters.size(); glyphEndIndex++) { in BreakupClusters() local196 uint32_t utf8StartIndex, uint32_t utf8EndIndex) { in VisualizeClusters()
19 size_t glyphStartIndex, glyphEndIndex; in DEF_TEST() member53 uint32_t utf8StartIndex, uint32_t utf8EndIndex) { in DEF_TEST()
305 uint32_t glyphEndIndex() const { return fGlyphEndIndex; } in glyphEndIndex() function