Searched refs:RTL_1 (Results 1 – 1 of 1) sorted by relevance
28 const char RTL_1[] = "\u0627\u0644\u0633\u0644\u0627\u0645\u0020\u0639\u0644\u064A\u0643\u0645"; variable92 auto text = utf8ToUtf16(RTL_1); in TEST()151 auto text = utf8ToUtf16(std::string(LTR_1) + RTL_1); in TEST()153 uint32_t rtlLength = utf8ToUtf16(RTL_1).size(); in TEST()239 auto text = utf8ToUtf16(std::string(RTL_1) + LTR_1); in TEST()241 uint32_t rtlLength = utf8ToUtf16(RTL_1).size(); in TEST()327 auto text = utf8ToUtf16(std::string(LTR_1) + RTL_1 + LTR_2); in TEST()330 uint32_t rtlLength = utf8ToUtf16(RTL_1).size(); in TEST()432 auto text = utf8ToUtf16(std::string(RTL_1) + LTR_1 + RTL_2); in TEST()434 uint32_t rtl1Length = utf8ToUtf16(RTL_1).size(); in TEST()