Searched refs:FX_UTF8Decode (Results 1 – 4 of 4) sorted by relevance
37 TEST(fxstring, FX_UTF8Decode) { in TEST() argument38 EXPECT_EQ(L"", FX_UTF8Decode(ByteStringView())); in TEST()45 FX_UTF8Decode("x" in TEST()51 FX_UTF8Decode("a(\xc2\x41) " // Invalid continuation. in TEST()66 WideString wstr2 = FX_UTF8Decode(bstr.AsStringView()); in TEST()
22 WideString FX_UTF8Decode(ByteStringView bsStr);
25 WideString FX_UTF8Decode(ByteStringView bsStr) { in FX_UTF8Decode() function
931 return FX_UTF8Decode(str); in FromUTF8()