/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() 77 String testPattern = "other{other}"; in TestOneFormLocales() local 87 String testPattern = "one{one} other{other}"; in TestSingular1Locales() local 98 String testPattern = "one{one} other{other}"; in TestSingular01Locales() local 108 String testPattern = "zero{zero} one{one} other{other}"; in TestZeroSingularLocales() local 133 String testPattern = "one{one} two{two} other{other}"; in TestSingularDual() local 145 String testPattern = "few{few} one{one} other{other}"; in TestSingularZeroSome() local 160 String testPattern = "one{one} few{few} other{other}"; in TestSpecial12_19() local 180 String testPattern = "one{one} few{few} other{other}"; in TestPaucalExcept11_14() local 200 String testPattern = "one{one} many{many} other{other}"; in TestPaucalRu() local [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() 80 String testPattern = "other{other}"; in TestOneFormLocales() local 90 String testPattern = "one{one} other{other}"; in TestSingular1Locales() local 101 String testPattern = "one{one} other{other}"; in TestSingular01Locales() local 111 String testPattern = "zero{zero} one{one} other{other}"; in TestZeroSingularLocales() local 136 String testPattern = "one{one} two{two} other{other}"; in TestSingularDual() local 148 String testPattern = "few{few} one{one} other{other}"; in TestSingularZeroSome() local 163 String testPattern = "one{one} few{few} other{other}"; in TestSpecial12_19() local 183 String testPattern = "one{one} few{few} other{other}"; in TestPaucalExcept11_14() local 203 String testPattern = "one{one} many{many} other{other}"; in TestPaucalRu() local [all …]
|
H A D | DateFormatTest.java | 3693 final String testPattern = "GGGG y MMMM d EEEE"; in TestCalendarType() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/regex/ |
H A D | OldMatcherTest.java | 63 String testPattern = "(abb)"; in test_resetLjava_lang_String() local 112 String testPattern = "(abb)"; in test_reset() local 123 String testPattern = "abb"; in test_hasAnchoringBounds() local 141 String testPattern = "abb"; in test_hasTransparentBounds() local 159 String testPattern = "(((abb)a)(bb))"; in test_startI() local 195 String testPattern = "(((abb)a)(bb))"; in test_endI() local 231 String testPattern = "(((abb)a)(bb))"; in test_lookingAt() local 245 String testPattern = "(abb)"; in test_findI() local 319 String testPattern = "(abb)"; in test_start() local 338 String testPattern = "(abb)"; in test_end() local [all …]
|
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/ |
H A D | MatcherNativeTest.java | 257 public void testPattern() { in testPattern() method in MatcherNativeTest 423 String testPattern = "(abb)"; in testFind() local 806 String testPattern = "^ro$"; in test_anchoringBounds() local 822 String testPattern = "and(?=roid)"; in test_transparentBounds() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | plurfmts.cpp | 318 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}"); in pluralFormatLocaleTest() local 738 UnicodeString& testPattern, in helperTestResults()
|
H A D | tchcfmt.cpp | 340 const char* testPattern = "0#none|1#one|2#many"; in TestComplexExample() local
|
H A D | regextst.cpp | 2313 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local 2375 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local 3193 UnicodeString testPattern; // The pattern for test from the test file. in Extended() local
|
H A D | dtptngts.cpp | 530 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | plurfmts.cpp | 318 UnicodeString testPattern = UNICODE_STRING_SIMPLE("other{other}"); in pluralFormatLocaleTest() local 739 UnicodeString& testPattern, in helperTestResults()
|
H A D | tchcfmt.cpp | 340 const char* testPattern = "0#none|1#one|2#many"; in TestComplexExample() local
|
H A D | regextst.cpp | 2313 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local 2375 UText testPattern = UTEXT_INITIALIZER; in API_Match_UTF8() local 3193 UnicodeString testPattern; // The pattern for test from the test file. in Extended() local
|
H A D | dtptngts.cpp | 530 UnicodeString testPattern=gen->getBestPattern(UnicodeString("MMMMdd"), status); in testAPI() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
H A D | MatcherTest.java | 164 public void testPattern() { in testPattern() method in MatcherTest 385 String testPattern = "(abb)"; in testFind() local
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | NoSystemFunctionPermissionTest.java | 152 long[] testPattern = {1, 1, 1, 1, 1}; in testVibrator() local
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | FileUtils_unittest.cpp | 67 std::vector<uint8_t> testPattern; in TEST() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 152 std::string testPattern; member 326 std::string testPattern, testNumber; in TestCaseExecutor() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | udatpg_test.c | 76 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */ variable
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | udatpg_test.c | 76 static const UChar testPattern[]={ 0x48, 0x48, 0x3a, 0x6d, 0x6d, 0 }; /* HH:mm */ variable
|
/aosp_15_r20/art/test/956-methodhandles/src/ |
H A D | Main.java | 827 final String testPattern = "The system as we know it is broken"; in testStringConstructors() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
H A D | MethodHandlesTest.java | 1038 final String testPattern = "The system as we know it is broken"; in testStringConstructors() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 1966 String testPattern = testSet.toString(); in CheckRangeSpeed() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 1963 String testPattern = testSet.toString(); in CheckRangeSpeed() local
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
H A D | PatternTest.java | 257 public void testPattern() { in testPattern() method in PatternTest
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | DateFormatTest.java | 3690 final String testPattern = "GGGG y MMMM d EEEE"; in TestCalendarType() local
|