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

  /external/chromium/googleurl/src/
url_canon_unittest.cc 151 } utf_cases[] = { local
160 for (size_t i = 0; i < ARRAYSIZE(utf_cases); i++) {
163 url_canon::AppendUTF8Value(utf_cases[i].input, &output);
165 EXPECT_EQ(utf_cases[i].output, out_str);
193 } utf_cases[] = { local
214 for (size_t i = 0; i < ARRAYSIZE(utf_cases); i++) {
215 if (utf_cases[i].input8) {
219 int input_len = static_cast<int>(strlen(utf_cases[i].input8));
222 success &= AppendUTF8EscapedChar(utf_cases[i].input8, &ch, input_len,
226 EXPECT_EQ(utf_cases[i].expected_success, success)
    [all...]
  /external/chromium_org/url/
url_canon_unittest.cc 138 } utf_cases[] = { local
147 for (size_t i = 0; i < ARRAYSIZE(utf_cases); i++) {
150 url_canon::AppendUTF8Value(utf_cases[i].input, &output);
152 EXPECT_EQ(utf_cases[i].output, out_str);
180 } utf_cases[] = { local
201 for (size_t i = 0; i < ARRAYSIZE(utf_cases); i++) {
202 if (utf_cases[i].input8) {
206 int input_len = static_cast<int>(strlen(utf_cases[i].input8));
209 success &= AppendUTF8EscapedChar(utf_cases[i].input8, &ch, input_len,
213 EXPECT_EQ(utf_cases[i].expected_success, success)
    [all...]

Completed in 44 milliseconds