Lines Matching refs:utf8ToUtf16
33 auto text = utf8ToUtf16(LTR_1); in TEST()
92 auto text = utf8ToUtf16(RTL_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()
153 uint32_t rtlLength = utf8ToUtf16(RTL_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()
241 uint32_t rtlLength = utf8ToUtf16(RTL_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()
329 uint32_t ltr2Length = utf8ToUtf16(LTR_2).size(); 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()
433 uint32_t ltrLength = utf8ToUtf16(LTR_1).size(); in TEST()
434 uint32_t rtl1Length = utf8ToUtf16(RTL_1).size(); in TEST()
435 uint32_t rtl2Length = utf8ToUtf16(RTL_2).size(); in TEST()