Searched refs:PATTERNS (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp32 static const char* PATTERNS[] = { variable
169 for (int32_t patidx = 0; patidx < UPRV_LENGTHOF(PATTERNS); patidx++) {
171 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status);
174 PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(status));
225 if (uprv_strcmp(PATTERNS[patidx], "V") == 0) {
238 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
243 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
248 } else if (uprv_strcmp(PATTERNS[patidx], "VV") == 0) {
252 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
256 } else if (uprv_strcmp(PATTERNS[patid
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTimeZoneFormatTest.java59 private static final String[] PATTERNS = { field in class:TimeZoneFormatTest
147 for (int patidx = 0; patidx < PATTERNS.length; patidx++) {
148 logln(" pattern: " + PATTERNS[patidx]);
149 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]);
181 if (PATTERNS[patidx].equals("V")) {
190 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx]
196 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx]
201 } else if (PATTERNS[patidx].equals("VV")) {
205 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx]
209 } else if (PATTERNS[patid
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java58 private static final String[] PATTERNS = { field in class:TimeZoneFormatTest
146 for (int patidx = 0; patidx < PATTERNS.length; patidx++) {
147 logln(" pattern: " + PATTERNS[patidx]);
148 SimpleDateFormat sdf = new SimpleDateFormat(PATTERNS[patidx], LOCALES[locidx]);
180 if (PATTERNS[patidx].equals("V")) {
189 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx]
195 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx]
200 } else if (PATTERNS[patidx].equals("VV")) {
204 + ", locale=" + LOCALES[locidx] + ", pattern=" + PATTERNS[patidx]
208 } else if (PATTERNS[patid
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h34 static const char* PATTERNS[] = {"z", "zzzz", "Z", "ZZZZ", "v", "vvvv", "V", "VVVV"}; variable
35 static const int NUM_PATTERNS = UPRV_LENGTHOF(PATTERNS);
155 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status);
158 // PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(*status));
/external/icu/icu4j/perf-tests/
H A Ducharacterperf.pl40 my @PATTERNS = ('0 ffff');
102 for my $pat (@PATTERNS) {
H A Dunicodesetperf.pl27 my @PATTERNS = (
92 for my $pat (@PATTERNS) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb133 PATTERNS = [
156 type, = PATTERNS.find do |type, pattern|
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 259 milliseconds