Home
last modified time | relevance | path

Searched refs:utf8_next (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper.cpp107 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in Make() function
140 SkUnichar u = utf8_next(&fCurrent, fEnd); in Make()
163 u = utf8_next(&fCurrent, fEnd); in Make()
236 SkUnichar u = utf8_next(&fCurrent, fEnd); in Make()
259 u = utf8_next(&fCurrent, fEnd); in Make()
H A DSkShaper_harfbuzz.cpp476 static inline SkUnichar utf8_next(const char** ptr, const char* end) { function
496 SkUnichar u = utf8_next(&fEndOfCurrentRun, fEnd);
504 u = utf8_next(&fEndOfCurrentRun, fEnd);
541 SkUnichar u = utf8_next(&fCurrent, fEnd);
545 u = utf8_next(&fCurrent, fEnd);
1539 hb_codepoint_t u = utf8_next(&utf8Current, utf8End);
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu_bidi.cpp80 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function
138 SkUnichar u = utf8_next(&start8, end8); in extractBidi()
H A DSkUnicode_icu.cpp100 static inline SkUnichar utf8_next(const char** ptr, const char* end) { in utf8_next() function
282 auto unichar = utf8_next(&ch, end); in extractPositions()

Completed in 5 milliseconds