Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DBidiUtilsTest.cpp29 const char LTR_2[] = "Hello, Android"; variable
327 auto text = utf8ToUtf16(std::string(LTR_1) + RTL_1 + LTR_2); in TEST()
329 uint32_t ltr2Length = utf8ToUtf16(LTR_2).size(); in TEST()