Searched defs:testPattern (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatTest.java28 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { argument
50 log("test pattern: '" + testPattern + "'");
53 PluralFormat plf = new PluralFormat(new ULocale(locales[i]), testPattern);
65 errln(e.getMessage() + " locale: " + locales[i] + " pattern: '" + testPattern + "' " + System.currentTimeMillis());
72 String testPattern = "other{other}";
75 helperTestRules(localeIDs, testPattern, changes);
81 String testPattern = "one{one} other{other}";
86 helperTestRules(localeIDs, testPattern, changes);
91 String testPattern = "one{one} other{other}";
95 helperTestRules(localeIDs, testPattern, change
[all...]
/external/skia/tools/skpdiff/
H A DSkDiffContext.cpp263 void SkDiffContext::diffPatterns(const char baselinePattern[], const char testPattern[]) { argument
274 if (!glob_files(testPattern, &testEntries)) {
275 SkDebugf("Unable to get pattern \"%s\"\n", testPattern);
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c58 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */ variable
164 length = udatpg_getSkeleton(dtpg, testPattern, 5, result, 20, &errorCode);
183 length = udatpg_getBaseSkeleton(dtpg, testPattern, 5, result, 20, &errorCode);
/external/icu/icu4c/source/test/intltest/
H A Dplurfmts.cpp323 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}"); local
326 helperTestResults(oneRuleLocales, 8, testPattern, pluralResults);
337 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
342 helperTestResults(singular1Locales, 56, testPattern, pluralResults);
348 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
352 helperTestResults(singular01Locales, 4, testPattern, pluralResults);
357 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}");
369 helperTestResults(zeroSingularLocales, 1, testPattern, pluralResults);
374 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}");
380 helperTestResults(singularDualLocales, 1, testPattern, pluralResult
738 helperTestResults(const char** localeArray, int32_t capacityOfArray, UnicodeString& testPattern, int8_t *expResults) argument
[all...]
H A Dtchcfmt.cpp339 const char* testPattern = "0#none|1#one|2#many"; local
340 ChoiceFormat form_pat( testPattern, status );
H A Ddtptngts.cpp447 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); local
448 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status);
747 testPattern=test->getBestPattern(UnicodeString("MMMMdd"), status);
H A Dregextst.cpp2336 UText testPattern = UTEXT_INITIALIZER; local
2338 regextst_openUTF8FromInvariant(&testPattern, ".*", -1, &status);
2339 REGEX_VERBOSE_TEXT(&testPattern);
2343 RegexMatcher m(&testPattern, &testText, 0, status);
2390 utext_close(&testPattern);
2398 UText testPattern = UTEXT_INITIALIZER; local
2402 utext_openUTF8(&testPattern, str_, -1, &status);
2405 RegexMatcher m1(&testPattern, &testText, 0, status);
2413 utext_openUTF8(&testPattern, str_a, -1, &status);
2414 RegexMatcher m2(&testPattern,
3216 UnicodeString testPattern; // The pattern for test from the test file. local
[all...]

Completed in 327 milliseconds