Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DGraphemeBreakTests.cpp36 bool IsBreakWithAdvances(const float* advances, const char* src) { in IsBreakWithAdvances() function
109 EXPECT_TRUE(IsBreakWithAdvances(firstPairLigated, "U+1F1FA U+1F1F8 | U+1F1FA")); in TEST()
110 EXPECT_FALSE(IsBreakWithAdvances(firstPairLigated, "U+1F1FA | U+1F1F8 U+1F1FA")); in TEST()
115 EXPECT_FALSE(IsBreakWithAdvances(secondPairLigated, "U+1F1FA U+1F1F8 | U+1F1FA")); in TEST()
116 EXPECT_TRUE(IsBreakWithAdvances(secondPairLigated, "U+1F1FA | U+1F1F8 U+1F1FA")); in TEST()
195 EXPECT_FALSE(IsBreakWithAdvances(conjoined, in TEST()
197 EXPECT_FALSE(IsBreakWithAdvances(conjoined, in TEST()
199 EXPECT_FALSE(IsBreakWithAdvances(conjoined, in TEST()
201 EXPECT_TRUE(IsBreakWithAdvances(conjoined, in TEST()
208 EXPECT_FALSE(IsBreakWithAdvances(separate, in TEST()
[all …]