Searched refs:mloc (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 2611 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local 2700 mloc = tok; in TestCases() 2704 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases() 2706 errln("FAIL: " + where + "Loc \"" + mloc + "\": " + u_errorName(ec)); in TestCases() 2714 errln("FAIL: " + where + "Loc \"" + mloc + "\": skip case using previous locale, no valid MeasureFormat"); in TestCases() 2725 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2736 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2141 String pat = null, str = null, mloc = null; in TestCases() 2265 mloc = tok; in TestCases() 2266 ULocale l = new ULocale(mloc); in TestCases() 2285 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2289 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2138 String pat = null, str = null, mloc = null; in TestCases() 2262 mloc = tok; in TestCases() 2263 ULocale l = new ULocale(mloc); in TestCases() 2282 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2286 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|
Completed in 32 milliseconds