Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_string_unittest.cpp37 TEST(fxstring, FX_UTF8Decode) { in TEST() argument
38 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()
Dfx_string.h22 WideString FX_UTF8Decode(ByteStringView bsStr);
Dfx_string.cpp25 WideString FX_UTF8Decode(ByteStringView bsStr) { in FX_UTF8Decode() function
Dwidestring.cpp931 return FX_UTF8Decode(str); in FromUTF8()