HomeSort by relevance Sort by last modified time
    Searched refs:testPattern (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatTest.java 28 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) {
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, changes)
    [all...]
DateFormatTest.java     [all...]
NumberFormatTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 62 String testPattern = "(abb)";
65 Pattern pat = Pattern.compile(testPattern);
111 String testPattern = "(abb)";
113 Pattern pat = Pattern.compile(testPattern);
122 String testPattern = "abb";
124 Pattern pat = Pattern.compile(testPattern);
140 String testPattern = "abb";
142 Pattern pat = Pattern.compile(testPattern);
158 String testPattern = "(((abb)a)(bb))";
160 Pattern pat = Pattern.compile(testPattern);
    [all...]
  /external/icu/icu4c/source/test/intltest/
plurfmts.h 46 UnicodeString& testPattern,
plurfmts.cpp 323 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}");
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, pluralResults)
    [all...]
tchcfmt.cpp 339 const char* testPattern = "0#none|1#one|2#many";
340 ChoiceFormat form_pat( testPattern, status );
dtptngts.cpp 447 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status);
448 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status);
    [all...]
regextst.cpp     [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 133 long[] testPattern = {1, 1, 1, 1, 1};
136 vibrator.vibrate(testPattern, 1);
  /external/skia/tools/skpdiff/
SkDiffContext.h 91 * @param testPattern A pattern for test files that matches each file of the baseline file
93 void diffPatterns(const char baselinePattern[], const char testPattern[]);
SkDiffContext.cpp 263 void SkDiffContext::diffPatterns(const char baselinePattern[], const char testPattern[]) {
274 if (!glob_files(testPattern, &testEntries)) {
275 SkDebugf("Unable to get pattern \"%s\"\n", testPattern);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 146 public void testPattern() {
326 String testPattern = "(abb)";
328 Pattern pat = Pattern.compile(testPattern);
340 testPattern = "(\\d{1,3})";
343 Pattern pat2 = Pattern.compile(testPattern);
  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 58 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */
164 length = udatpg_getSkeleton(dtpg, testPattern, 5, result, 20, &errorCode);
183 length = udatpg_getBaseSkeleton(dtpg, testPattern, 5, result, 20, &errorCode);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java 172 public void testPattern() {
    [all...]

Completed in 558 milliseconds