Searched refs:mloc (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2606 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local 2695 mloc = tok; in TestCases() 2699 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases() 2701 errln("FAIL: " + where + "Loc \"" + mloc + "\": " + u_errorName(ec)); in TestCases() 2709 …errln("FAIL: " + where + "Loc \"" + mloc + "\": skip case using previous locale, no valid MeasureF… in TestCases() 2720 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2731 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 2138 String pat = null, str = null, mloc = null; in TestCases() local 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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 2141 String pat = null, str = null, mloc = null; in TestCases() local 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()
|
/external/flatbuffers/tests/ |
D | test.cpp | 207 auto mloc = CreateMonster( in CreateFlatBufferTest() local 215 FinishMonsterBuffer(builder, mloc); in CreateFlatBufferTest()
|