Searched refs:utf32count (Results 1 – 1 of 1) sorted by relevance
1203 int utf32count = SkToInt(sourceByteCount / sizeof(SkUnichar)); in make_clusterator() local1204 SkASSERT(glyphCount == utf32count); in make_clusterator()1205 for (int i = 0; i < utf32count; ++i) { in make_clusterator()1211 for (int i = 0; i < utf32count; ++i) { in make_clusterator()