Searched defs:pat2 (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp380 UnicodeString localPattern, pat1, pat2; local
383 if( en.getLocalPatternChars(pat1) != fr.getLocalPatternChars(pat2)) {
H A Dmsfmrgts.cpp947 UnicodeString pat2; local
949 pat2 = cf2->toPattern(pat2);
950 if (pat != pat2)
H A Dnumrgts.cpp1953 UnicodeString pat2; local
1954 pat2 = nf->toPattern(pat2);
1959 if (pat != pat2)
1961 pat + "\" vs. \"" + pat2 + "\"");
H A Dnumfmtst.cpp1298 UnicodeString pat2; local
1299 df.toPattern(pat2);
1300 if (pat == pat2) {
1303 pat2 + "\""); local
1307 pat2 + "\""); local
2358 UnicodeString pat2; local
2360 exppat, f->toPattern(pat2));
H A Dregextst.cpp801 RegexPattern *pat2; local
802 pat2 = RegexPattern::compile(re, flags, pe, status);
813 RegexMatcher *m1 = pat2->matcher(inStr1, status);
826 REGEX_ASSERT(&m1->pattern() == pat2);
917 delete pat2;
1427 RegexPattern *pat2 = RegexPattern::compile(re2, flags, pe, status); local
1430 RegexMatcher *matcher2 = pat2->matcher(d5, status);
1520 delete pat2;
1545 RegexPattern *pat2 = RegexPattern::compile(re2, 0, pe, status); local
1558 REGEX_ASSERT(pat1 != pat2);
1867 RegexPattern *pat2; local
2610 RegexPattern *pat2 = RegexPattern::compile(&re, flags, pe, status); local
2830 RegexPattern *pat2 = RegexPattern::compile(&re2, 0, pe, status); local
[all...]
/external/libvpx/libvpx/
H A Drate_hist.c190 const char *pat1, *pat2; local
197 pat2 = "%4d-%2d: ";
201 pat2 = "%5d-%3d: ";
205 pat2 = "%6d-%4d: ";
209 pat2 = "%7d-%5d: ";
213 pat2 = "%8d-%6d: ";
217 pat2 = "%9d-%7d: ";
221 pat2 = "%12d-%10d: ";
239 fprintf(stderr, pat2, bucket[i].low, bucket[i].high);
/external/valgrind/none/tests/s390x/
H A Dcu12.c369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
H A Dcu12_1.c369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
H A Dcu14.c369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
H A Dcu14_1.c369 uint8_t pat2[] = { local
372 run_test(buff, 1, pat2, 3);
507 uint8_t pat2[] = { local
510 run_test(buff, 3, pat2, 4);
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1963 UChar pat2[512]; local
1993 u_uastrcpy(pat2,
2009 u_strcat(pattern, pat2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java271 String pat2 = testSet.toPattern(false);
272 if (!checkPat(source, testSet, pat2)) return false;
274 //String pat3 = unescapeLeniently(pat2);
277 //logln(source + " => " + pat0 + ", " + pat1 + ", " + pat2 + ", " + pat3);
278 logln(source + " => " + pat0 + ", " + pat2);
2250 void expectEqual(String name, String pat1, String pat2) { argument
2254 set2 = new UnicodeSet(pat2);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java3918 private boolean equals(String pat1, String pat2) { argument
3919 if (pat1 == null || pat2 == null) {
3920 return (pat1 == null && pat2 == null);
3923 if (pat1.equals(pat2)) {
3926 return unquote(pat1).equals(unquote(pat2));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 403 milliseconds