Searched defs:utf_cases (Results 1 - 2 of 2) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc151 } 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[
[all...]
/external/chromium_org/url/
H A Durl_canon_unittest.cc138 } 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[
[all...]

Completed in 76 milliseconds