HomeSort by relevance Sort by last modified time
    Searched refs:kConvertRoundtripCases (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/strings/
sys_string_conversions_unittest.cc 140 static const wchar_t* const kConvertRoundtripCases[] = {
172 for (size_t i = 0; i < arraysize(kConvertRoundtripCases); ++i) {
173 std::wstring wide = kConvertRoundtripCases[i];
180 for (size_t i = 0; i < arraysize(kConvertRoundtripCases); ++i) {
181 std::wstring wide = kConvertRoundtripCases[i];
187 for (size_t i = 0; i < arraysize(kConvertRoundtripCases); ++i) {
188 std::wstring wide = kConvertRoundtripCases[i];
utf_string_conversions_unittest.cc 19 const wchar_t* const kConvertRoundtripCases[] = {
52 for (size_t i = 0; i < arraysize(kConvertRoundtripCases); ++i) {
54 utf8 << WideToUTF8(kConvertRoundtripCases[i]);
58 EXPECT_EQ(kConvertRoundtripCases[i], wide.str());
  /system/core/base/
utf8_test.cpp 84 const wchar_t* const kConvertRoundtripCases[] = {
117 for (size_t i = 0; i < arraysize(kConvertRoundtripCases); ++i) {
119 utf8 << WideToUTF8(kConvertRoundtripCases[i]);
123 EXPECT_EQ(kConvertRoundtripCases[i], wide.str());

Completed in 97 milliseconds