/cts/tests/tests/permission/src/android/permission/cts/ |
NoSystemFunctionPermissionTest.java | 132 long[] testPattern = {1, 1, 1, 1, 1}; 135 vibrator.vibrate(testPattern, 1);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
plurfmts.cpp | 315 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}"); 318 helperTestRusults(oneRuleLocales, 4, testPattern, pluralResults); 326 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); 331 helperTestRusults(singular1Locales, 52, testPattern, pluralResults); 336 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); 340 helperTestRusults(singular01Locales, 3, testPattern, pluralResults); 345 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}"); 355 helperTestRusults(zeroSingularLocales, 1, testPattern, pluralResults); 360 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}"); 366 helperTestRusults(singularDualLocales, 1, testPattern, pluralResults) [all...] |
dtptngts.cpp | 375 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); 376 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status); [all...] |
tchcfmt.cpp | 327 const char* testPattern = "0#none|1#one|2#many"; 328 ChoiceFormat form_pat( testPattern, status );
|
regextst.cpp | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
udatpg_test.c | 58 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */ 149 length = udatpg_getSkeleton(dtpg, testPattern, 5, result, 20, &errorCode); 168 length = udatpg_getBaseSkeleton(dtpg, testPattern, 5, result, 20, &errorCode);
|
/external/icu4c/test/cintltst/ |
udatpg_test.c | 58 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */ 149 length = udatpg_getSkeleton(dtpg, testPattern, 5, result, 20, &errorCode); 168 length = udatpg_getBaseSkeleton(dtpg, testPattern, 5, result, 20, &errorCode);
|
/external/icu4c/test/intltest/ |
dtptngts.cpp | 433 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); 434 testPattern=gen->getBestPattern(UnicodeString("MMMddHmm"), status); [all...] |
plurfmts.cpp | 318 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}"); 321 helperTestResults(oneRuleLocales, 4, testPattern, pluralResults); 329 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); 334 helperTestResults(singular1Locales, 52, testPattern, pluralResults); 339 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); 343 helperTestResults(singular01Locales, 3, testPattern, pluralResults); 348 testPattern = UNICODE_STRING_SIMPLE("zero{zero} one{one} other{other}"); 358 helperTestResults(zeroSingularLocales, 1, testPattern, pluralResults); 363 testPattern = UNICODE_STRING_SIMPLE("one{one} two{two} other{other}"); 369 helperTestResults(singularDualLocales, 1, testPattern, pluralResults) [all...] |
tchcfmt.cpp | 339 const char* testPattern = "0#none|1#one|2#many"; 340 ChoiceFormat form_pat( testPattern, status );
|
regextst.cpp | [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...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
MatcherTest.java | 150 public void testPattern() { 357 String testPattern = "(abb)"; 359 Pattern pat = Pattern.compile(testPattern); 371 testPattern = "(\\d{1,3})"; 374 Pattern pat2 = Pattern.compile(testPattern);
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
PatternTest.java | 172 public void testPattern() { [all...] |