Searched refs:kGraphemes (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu.cpp | 108 case SkUnicode::BreakType::kGraphemes: return UBRK_CHARACTER; in convertType() 391 SkUnicode_icu::extractPositions(utf8, utf8Units, BreakType::kGraphemes, [&](int pos, in computeCodeUnitFlags() 456 SkUnicode::BreakType::kGraphemes, in computeCodeUnitFlags()
|
/third_party/skia/modules/skunicode/include/ |
D | SkUnicode.h | 110 kGraphemes, enumerator
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 46 …is->fUnicode->forEachBreak((char16_t*)utf16.data(), utf16.size(), SkUnicode::BreakType::kGraphemes, in initialize()
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 780 auto graphIter = unicode->makeBreakIterator(lname.c_str(), SkUnicode::BreakType::kGraphemes); in MakeHarfBuzz()
|