Searched refs:utf8_next (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper.cpp | 107 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 D | SkShaper_harfbuzz.cpp | 476 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 D | SkUnicode_icu_bidi.cpp | 80 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 D | SkUnicode_icu.cpp | 100 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