Searched refs:start8 (Results 1 – 2 of 2) sorted by relevance
133 const char* start8 = utf8; in getBidiRegions() local145 auto end = SkTo<Position>(start8 - utf8); in getBidiRegions()150 SkUnichar u = utf8_next(&start8, end8); in getBidiRegions()153 auto end = start8 - utf8; in getBidiRegions()306 const char* start8 = utf8; in extractBidi() local318 Position end = start8 - utf8; in extractBidi()323 SkUnichar u = utf8_next(&start8, end8); in extractBidi()326 Position end = start8 - utf8; in extractBidi()
294 int32_t start8 = offsets[start]; in call() local296 icu::StringPiece piece(s + start8, limit8 - start8); in call()