Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DBidiUtilsTest.cpp30 const char RTL_2[] = "\u0639\u0644\u064A\u0643\u0645\u0020\u0627\u0644\u0633\u0644\u0627\u0645"; variable
432 auto text = utf8ToUtf16(std::string(RTL_1) + LTR_1 + RTL_2); in TEST()
435 uint32_t rtl2Length = utf8ToUtf16(RTL_2).size(); in TEST()