Home | History | Annotate | Download | only in i18n

Lines Matching full:wide

96 // On Windows, the field is always identical to |wide|. On Mac and Linux,
98 // BMP (<= U+FFFF). When there is, it is different from |wide| and
99 // is not a real wide string (UTF-32 string) in that each wchar_t in
105 // if it's identical to |wide| on *all* platforms.
112 const wchar_t* wide;
250 std::wstring wide;
254 &wide);
256 EXPECT_EQ(kConvertCodepageCases[i].wide, wide);
266 success = WideToCodepage(wide, kConvertCodepageCases[i].codepage_name,
273 // The above cases handled codepage->wide errors, but not wide->codepage.
324 utf16_expected = BuildString16(kConvertCodepageCases[i].wide);