Home
last modified time | relevance | path

Searched refs:GraphemeBreak (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/tests/
DGraphemeBreakTests.cpp29 return GraphemeBreak::isGraphemeBreak(nullptr, buf, 0, size, offset); in IsBreak()
38 return GraphemeBreak::isGraphemeBreak(advances, buf, 0, size, offset); in IsBreakWithAdvances()
41 TEST(GraphemeBreak, utf16) { in TEST() argument
55 TEST(GraphemeBreak, rules) { in TEST() argument
201 TEST(GraphemeBreak, DISABLED_tailoring) { in TEST() argument
281 TEST(GraphemeBreak, DISABLED_emojiModifiers) { in TEST() argument
347 TEST(GraphemeBreak, DISABLED_genderBalancedEmoji) { in TEST() argument
367 TEST(GraphemeBreak, offsets) { in TEST() argument
369 EXPECT_TRUE(GraphemeBreak::isGraphemeBreak(nullptr, string, 2, 3, 2)); in TEST()
370 EXPECT_FALSE(GraphemeBreak::isGraphemeBreak(nullptr, string, 2, 3, 3)); in TEST()
[all …]
/third_party/flutter/engine/flutter/third_party/txt/tests/old/perftests/
DGraphemeBreak.cpp42 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex); in BM_GraphemeBreak_Ascii()
57 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex); in BM_GraphemeBreak_Emoji()
73 GraphemeBreak::isGraphemeBreak(nullptr, buffer, 0, result_size, testIndex); in BM_GraphemeBreak_Emoji_Flags()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DMeasurement.cpp62 if (GraphemeBreak::isGraphemeBreak(advances + (start - layoutStart), buf, in getRunAdvance()
101 if (GraphemeBreak::isGraphemeBreak(advances, buf, start, count, i)) { in getOffsetForAdvance()
118 if (GraphemeBreak::isGraphemeBreak(advances, buf, start, count, i)) { in getOffsetForAdvance()
DGraphemeBreak.cpp63 bool GraphemeBreak::isGraphemeBreak(const float* advances, in isGraphemeBreak()
223 size_t GraphemeBreak::getTextRunCursor(const float* advances, in getTextRunCursor()
DGraphemeBreak.h25 class GraphemeBreak {
/third_party/flutter/txt/src/minikin/
DMeasurement.cpp62 if (GraphemeBreak::isGraphemeBreak(advances + (start - layoutStart), buf, in getRunAdvance()
101 if (GraphemeBreak::isGraphemeBreak(advances, buf, start, count, i)) { in getOffsetForAdvance()
118 if (GraphemeBreak::isGraphemeBreak(advances, buf, start, count, i)) { in getOffsetForAdvance()
DGraphemeBreak.cpp63 bool GraphemeBreak::isGraphemeBreak(const float* advances, in isGraphemeBreak()
223 size_t GraphemeBreak::getTextRunCursor(const float* advances, in getTextRunCursor()
DGraphemeBreak.h25 class GraphemeBreak {
/third_party/flutter/engine/flutter/third_party/txt/
DBUILD.gn56 "src/minikin/GraphemeBreak.cpp",
57 "src/minikin/GraphemeBreak.h",
/third_party/skia/site/docs/dev/design/
Duni_characterize.md39 const unsigned long GraphemeBreak = 1 << 5,
/third_party/flutter/build/libtxt/
DBUILD.gn58 "$txt_root/src/minikin/GraphemeBreak.cpp",
/third_party/skia/modules/skparagraph/src/
DRun.h258 GraphemeBreak, // calculated for all clusters (UBRK_CHARACTER) enumerator
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc933 if (minikin::GraphemeBreak::isGraphemeBreak( in Layout()
/third_party/flutter/txt/src/txt/
Dparagraph_txt.cc956 if (minikin::GraphemeBreak::isGraphemeBreak( in Layout()
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_flutter1106 FILE: ../../../flutter/third_party/txt/src/minikin/GraphemeBreak.cpp
1107 FILE: ../../../flutter/third_party/txt/src/minikin/GraphemeBreak.h