Searched refs:lenientAffixTestCases (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp869 static const char *lenientAffixTestCases[] = { variable
949 for (int32_t t = 0; t < ARRAY_SIZE (lenientAffixTestCases); t += 1) {
950 UnicodeString testCase = ctou(lenientAffixTestCases[t]);
957 errln((UnicodeString)"Lenient parse failed for \"" + (UnicodeString) lenientAffixTestCases[t] + (UnicodeString) "\"");
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp873 static const char *lenientAffixTestCases[] = { variable
953 for (int32_t t = 0; t < ARRAY_SIZE (lenientAffixTestCases); t += 1) {
954 UnicodeString testCase = ctou(lenientAffixTestCases[t]);
961 errln((UnicodeString)"Lenient parse failed for \"" + (UnicodeString) lenientAffixTestCases[t] + (UnicodeString) "\"");

Completed in 51 milliseconds