Lines Matching defs:end
476 static inline SkUnichar utf8_next(const char** ptr, const char* end) {
477 SkUnichar val = SkUTF::NextUTF8(ptr, end);
483 SkUnicodeBidiRunIterator(const char* utf8, const char* end, SkUnicodeBidi bidi)
487 , fEnd(end)
1107 // Assume it is always safe to break after the end of an item
1366 // until a visible glyph is found and force them to the end of the visual line.
1386 : sub.run.fUtf8Range.end();
1589 if (feature.end < SkTo<size_t>(utf8Start - utf8) ||
1595 SkTo<size_t>(utf8End - utf8) <= feature.end)
1601 SkTo<unsigned>(feature.start), SkTo<unsigned>(feature.end)});