Lines Matching defs:utf8End
820 const char* utf8End,
1058 const char* utf8End = utf8;
1060 utf8Start = utf8End;
1061 utf8End = utf8 + runSegmenter.endOfCurrentRun();
1080 while (utf8Start < utf8End) { // While there are still code points left in this item
1081 size_t utf8runLength = utf8End - utf8Start;
1084 utf8Start, utf8End,
1095 SkASSERT( model.fGlyphs[i].fCluster < (size_t)(utf8End - utf8));
1191 if (utf8Start != utf8End) {
1224 const char* utf8End = utf8;
1226 utf8Start = utf8End;
1227 utf8End = utf8 + runSegmenter.endOfCurrentRun();
1230 utf8Start, utf8End,
1433 const char* utf8End = utf8;
1435 utf8Start = utf8End;
1436 utf8End = utf8 + runSegmenter.endOfCurrentRun();
1439 utf8Start, utf8End,
1508 char const * const utf8End,
1518 size_t utf8runLength = utf8End - utf8Start;
1537 while (utf8Current < utf8End) {
1539 hb_codepoint_t u = utf8_next(&utf8Current, utf8End);
1590 SkTo<size_t>(utf8End - utf8) <= feature.start)
1595 SkTo<size_t>(utf8End - utf8) <= feature.end)