Searched refs:PATTERNS (Results 1 – 11 of 11) sorted by relevance
54 private static final String[] PATTERNS = { field in TimeZoneFormatTest141 for (int patidx = 0; patidx < PATTERNS.length; patidx++) { in TestTimeZoneRoundTrip()142 logln(" pattern: " + PATTERNS[patidx]); in TestTimeZoneRoundTrip()143 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); in TestTimeZoneRoundTrip()175 if (PATTERNS[patidx].equals("V")) { in TestTimeZoneRoundTrip()184 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()190 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()195 } else if (PATTERNS[patidx].equals("VV")) { in TestTimeZoneRoundTrip()199 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()203 … } else if (PATTERNS[patidx].equals("VVV") || PATTERNS[patidx].equals("VVVV")) { in TestTimeZoneRoundTrip()[all …]
58 private static final String[] PATTERNS = { field in TimeZoneFormatTest145 for (int patidx = 0; patidx < PATTERNS.length; patidx++) { in TestTimeZoneRoundTrip()146 logln(" pattern: " + PATTERNS[patidx]); in TestTimeZoneRoundTrip()147 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); in TestTimeZoneRoundTrip()179 if (PATTERNS[patidx].equals("V")) { in TestTimeZoneRoundTrip()188 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()194 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()199 } else if (PATTERNS[patidx].equals("VV")) { in TestTimeZoneRoundTrip()203 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()207 … } else if (PATTERNS[patidx].equals("VVV") || PATTERNS[patidx].equals("VVVV")) { in TestTimeZoneRoundTrip()[all …]
26 static const char* PATTERNS[] = { variable50 static const int NUM_PATTERNS = sizeof(PATTERNS)/sizeof(const char*);166 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], sta… in TestTimeZoneRoundTrip()169 … PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(status)); in TestTimeZoneRoundTrip()220 if (uprv_strcmp(PATTERNS[patidx], "V") == 0) { in TestTimeZoneRoundTrip()233 … + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()238 … + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()243 } else if (uprv_strcmp(PATTERNS[patidx], "VV") == 0) { in TestTimeZoneRoundTrip()247 … + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()251 …} else if (uprv_strcmp(PATTERNS[patidx], "VVV") == 0 || uprv_strcmp(PATTERNS[patidx], "VVVV") == 0… in TestTimeZoneRoundTrip()[all …]
31 static const char* PATTERNS[] = {"z", "zzzz", "Z", "ZZZZ", "v", "vvvv", "V", "VVVV"}; variable32 static const int NUM_PATTERNS = sizeof(PATTERNS)/sizeof(const char*);152 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *st… in call()
25 my @PATTERNS = (90 for my $pat (@PATTERNS) {
38 my @PATTERNS = ('0 ffff');100 for my $pat (@PATTERNS) {
133 PATTERNS = [ constant in ANTLR3.AST.Wizard.PatternLexer156 type, = PATTERNS.find do |type, pattern|
8 \BOOKMARK [2]{0.1.7.2}{TRYING DIFFERENT DATA PATTERNS}{0.1.1}
514 <refsect1><title>TRYING DIFFERENT DATA PATTERNS</title>
612 COMPILED PATTERNS" below) or, if there is a another < character, as a1002 SAVING AND RELOADING COMPILED PATTERNS
1085 HANDLING VERY LARGE PATTERNS1887 SAVING PRECOMPILED PATTERNS FOR LATER USE6950 RECURSIVE PATTERNS8017 CONDITIONAL PATTERNS8477 SAVING AND RESTORING COMPILED PATTERNS8933 FORMERLY RESTRICTED PATTERNS9207 SAVING AND RE-USING PRECOMPILED PCRE PATTERNS