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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp906 static const char *lenientPercentTestCases[] = { variable
1048 for (int32_t t = 0; t < ARRAY_SIZE (lenientPercentTestCases); t += 1) {
1049 UnicodeString testCase = ctou(lenientPercentTestCases[t]);
1056 errln((UnicodeString)"Lenient parse failed for \"" + (UnicodeString) lenientPercentTestCases[t] + (UnicodeString) "\"");
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp910 static const char *lenientPercentTestCases[] = { variable
1052 for (int32_t t = 0; t < ARRAY_SIZE (lenientPercentTestCases); t += 1) {
1053 UnicodeString testCase = ctou(lenientPercentTestCases[t]);
1060 errln((UnicodeString)"Lenient parse failed for \"" + (UnicodeString) lenientPercentTestCases[t] + (UnicodeString) "\"");

Completed in 1614 milliseconds