Searched refs:unligated2_2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | GraphemeBreakTests.cpp | 260 const float unligated2_2[] = {1.0, 0.0, 1.0, 0.0}; in TEST() local 263 EXPECT_TRUE(IsBreakWithAdvances(unligated2_2, "U+1F466 | U+1F3FB")); in TEST() 264 EXPECT_TRUE(IsBreakWithAdvances(unligated2_2, "U+1F466 | U+1F3FC")); in TEST() 265 EXPECT_TRUE(IsBreakWithAdvances(unligated2_2, "U+1F466 | U+1F3FD")); in TEST() 266 EXPECT_TRUE(IsBreakWithAdvances(unligated2_2, "U+1F466 | U+1F3FE")); in TEST() 267 EXPECT_TRUE(IsBreakWithAdvances(unligated2_2, "U+1F466 | U+1F3FF")); in TEST() 268 EXPECT_TRUE(IsBreakWithAdvances(unligated2_2, "U+1F918 | U+1F3FF")); in TEST() 269 EXPECT_TRUE(IsBreakWithAdvances(unligated2_2, "U+1F933 | U+1F3FF")); in TEST()
|