Home
last modified time | relevance | path

Searched refs:PATTERNS (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java51 private static final String[] PATTERNS = { field in TimeZoneFormatTest
138 for (int patidx = 0; patidx < PATTERNS.length; patidx++) { in TestTimeZoneRoundTrip()
139 logln(" pattern: " + PATTERNS[patidx]); in TestTimeZoneRoundTrip()
140 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]); in TestTimeZoneRoundTrip()
172 if (PATTERNS[patidx].equals("V")) { in TestTimeZoneRoundTrip()
181 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()
187 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()
192 } else if (PATTERNS[patidx].equals("VV")) { in TestTimeZoneRoundTrip()
196 … + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx] in TestTimeZoneRoundTrip()
200 … } else if (PATTERNS[patidx].equals("VVV") || PATTERNS[patidx].equals("VVVV")) { in TestTimeZoneRoundTrip()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp26 static const char* PATTERNS[] = { variable
50 static const int NUM_PATTERNS = sizeof(PATTERNS)/sizeof(const char*);
166 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], sta… in TestTimeZoneRoundTrip()
169PATTERNS[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 …]
/external/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h31 static const char* PATTERNS[] = {"z", "zzzz", "Z", "ZZZZ", "v", "vvvv", "V", "VVVV"}; variable
32 static const int NUM_PATTERNS = sizeof(PATTERNS)/sizeof(const char*);
152 …SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *st… in call()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb133 PATTERNS = [ constant in ANTLR3.AST.Wizard.PatternLexer
156 type, = PATTERNS.find do |type, pattern|
/external/iputils/doc/
Dindex.out8 \BOOKMARK [2]{0.1.7.2}{TRYING DIFFERENT DATA PATTERNS}{0.1.1}
Dping.sgml514 <refsect1><title>TRYING DIFFERENT DATA PATTERNS</title>
/external/openssh/
Dsshd_config.053 See PATTERNS in ssh_config(5) for more information on patterns.
86 See PATTERNS in ssh_config(5) for more information on patterns.
293 See PATTERNS in ssh_config(5) for more information on patterns.
306 See PATTERNS in ssh_config(5) for more information on patterns.
553 operators described in the PATTERNS section of ssh_config(5).
Dssh_config.057 See PATTERNS for more information on patterns.
88 described in the PATTERNS section. The criteria for the host
778 See PATTERNS for more information on patterns.
935 PATTERNS
Dsshd.0338 present in the comma-separated list of patterns. See PATTERNS in
/external/pcre/dist/doc/
Dpcretest.txt612 COMPILED PATTERNS" below) or, if there is a another < character, as a
1002 SAVING AND RELOADING COMPILED PATTERNS
Dpcre.txt1074 HANDLING VERY LARGE PATTERNS
1876 SAVING PRECOMPILED PATTERNS FOR LATER USE
6926 RECURSIVE PATTERNS
7993 CONDITIONAL PATTERNS
8453 SAVING AND RESTORING COMPILED PATTERNS
8909 FORMERLY RESTRICTED PATTERNS
9183 SAVING AND RE-USING PRECOMPILED PCRE PATTERNS
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...