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

/external/icu4c/test/intltest/
H A Ddtfmttst.cpp1609 const char* currentPat = NULL; local
1618 currentPat = pattern;
1645 currentPat + " => " + gotstr);
1648 currentPat + " => " + gotstr + ", expected " +
1693 UnicodeString currentPat; local
1698 currentPat = pattern;
1709 assertEquals((UnicodeString)"\"" + currentPat + "\".format(" + datestr + ")",
1717 if (assertSuccess((UnicodeString)"\"" + currentPat + "\".parse(" + string + ")", ec)) {
1718 assertEquals((UnicodeString)"\"" + currentPat + "\".parse(" + string + ")",
1731 if (assertSuccess((UnicodeString)"\"" + currentPat
1797 UnicodeString currentPat; local
[all...]

Completed in 89 milliseconds