Home
last modified time | relevance | path

Searched defs:testPattern (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatTest.java28 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules()
72 String testPattern = "other{other}"; in TestOneFormLocales() local
81 String testPattern = "one{one} other{other}"; in TestSingular1Locales() local
91 String testPattern = "one{one} other{other}"; in TestSingular01Locales() local
100 String testPattern = "zero{zero} one{one} other{other}"; in TestZeroSingularLocales() local
124 String testPattern = "one{one} two{two} other{other}"; in TestSingularDual() local
135 String testPattern = "few{few} one{one} other{other}"; in TestSingularZeroSome() local
148 String testPattern = "one{one} few{few} other{other}"; in TestSpecial12_19() local
167 String testPattern = "one{one} few{few} other{other}"; in TestPaucalExcept11_14() local
186 String testPattern = "one{one} many{many} other{other}"; in TestPaucalRu() local
[all …]
DDateFormatTest.java3506 final String testPattern = "GGGG y MMMM d EEEE"; in TestCalendarType() local
/external/icu/icu4c/source/test/intltest/
Dplurfmts.cpp323 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}"); in pluralFormatLocaleTest() local
740 UnicodeString& testPattern, in helperTestResults()
Dtchcfmt.cpp339 const char* testPattern = "0#none|1#one|2#many"; in TestComplexExample() local
Ddtptngts.cpp447 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI() local
Dregextst.cpp2336 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local
2398 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local
3216 UnicodeString testPattern; // The pattern for test from the test file. in Extended() local
/external/skia/tools/skpdiff/
DSkDiffContext.cpp263 void SkDiffContext::diffPatterns(const char baselinePattern[], const char testPattern[]) { in diffPatterns()
/external/icu/icu4c/source/test/cintltst/
Dudatpg_test.c58 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */ variable
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java1717 String testPattern = testSet.toString(); in CheckRangeSpeed() local