Home
last modified time | relevance | path

Searched refs:graphemeBreakIteratorCurrent (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1060 int32_t graphemeBreakIteratorCurrent = ubrk_current(&graphemeBreakIterator); in wrap() local
1061 while (graphemeBreakIteratorCurrent != UBRK_DONE && in wrap()
1062 graphemeBreakIteratorCurrent < glyphCluster) in wrap()
1064 graphemeBreakIteratorCurrent = ubrk_next(&graphemeBreakIterator); in wrap()
1067 graphemeBreakIteratorCurrent == glyphCluster; in wrap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1043 int32_t graphemeBreakIteratorCurrent = graphemeBreakIterator.current(); in wrap() local
1044 while (!graphemeBreakIterator.isDone() && graphemeBreakIteratorCurrent < glyphCluster) in wrap()
1046 graphemeBreakIteratorCurrent = graphemeBreakIterator.next(); in wrap()
1049 graphemeBreakIteratorCurrent == glyphCluster; in wrap()