Searched defs:exppat (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1659 UnicodeString inpat = UnicodeString(DATA[i], -1, US_INV), exppat = UnicodeString(DATA[i+1], -1, US_INV); local
1677 UnicodeSet us2(exppat, ec);
H A Dnumfmtst.cpp2332 UnicodeString exppat; local
2334 if (!tokens.next(exppat, ec)) goto error;
2335 UBool err = exppat == "err";
2345 if (exppat == "-") exppat = testpat;
2360 exppat, f->toPattern(pat2));

Completed in 137 milliseconds