Lines Matching refs:utf16
45 std::u16string utf16(u"Hello world\nHello world");
46 UnicodeText unicodeText(SkUnicode::Make(), SkSpan<uint16_t>((uint16_t*)utf16.data(), utf16.size()));
49 FontBlock fontBlock(utf16.size(), sk_ref_sp<FontChain>(fontChain));
54 auto newLine = utf16.find_first_of(u"\n");
64 std::u16string utf16(u"\u202EHELLO WORLD\nHELLO WORLD");
65 UnicodeText unicodeText(SkUnicode::Make(), SkSpan<uint16_t>((uint16_t*)utf16.data(), utf16.size()));
68 FontBlock fontBlock(utf16.size(), fontChain);
73 auto newLine = utf16.find_first_of(u"\n");