Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DBidiUtilsTest.cpp27 const char LTR_1[] = "Hello, World"; variable
33 auto text = utf8ToUtf16(LTR_1); in TEST()
151 auto text = utf8ToUtf16(std::string(LTR_1) + RTL_1); in TEST()
152 uint32_t ltrLength = utf8ToUtf16(LTR_1).size(); in TEST()
239 auto text = utf8ToUtf16(std::string(RTL_1) + LTR_1); in TEST()
240 uint32_t ltrLength = utf8ToUtf16(LTR_1).size(); in TEST()
327 auto text = utf8ToUtf16(std::string(LTR_1) + RTL_1 + LTR_2); in TEST()
328 uint32_t ltr1Length = utf8ToUtf16(LTR_1).size(); in TEST()
432 auto text = utf8ToUtf16(std::string(RTL_1) + LTR_1 + RTL_2); in TEST()
433 uint32_t ltrLength = utf8ToUtf16(LTR_1).size(); in TEST()