Searched refs:exppat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp2302 UnicodeString exppat; local
2304 if (!tokens.next(exppat, ec)) goto error;
2305 UBool err = exppat == "err";
2315 if (exppat == "-") exppat = testpat;
2330 exppat, f->toPattern(pat2));
H A Dusettest.cpp1661 UnicodeString inpat = UnicodeString(DATA[i], -1, US_INV), exppat = UnicodeString(DATA[i+1], -1, US_INV); local
1679 UnicodeSet us2(exppat, ec);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2325 UnicodeString exppat; local
2327 if (!tokens.next(exppat, ec)) goto error;
2328 UBool err = exppat == "err";
2338 if (exppat == "-") exppat = testpat;
2353 exppat, f->toPattern(pat2));
H A Dusettest.cpp1661 UnicodeString inpat = UnicodeString(DATA[i], -1, US_INV), exppat = UnicodeString(DATA[i+1], -1, US_INV); local
1679 UnicodeSet us2(exppat, ec);

Completed in 189 milliseconds