Searched refs:mloc (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/tests/ |
D | test.cpp | 138 auto mloc = CreateMonster(builder, &vec, 150, 80, name, inventory, Color_Blue, in CreateFlatBufferTest() local 144 FinishMonsterBuffer(builder, mloc); in CreateFlatBufferTest()
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2642 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local 2731 mloc = tok; in TestCases() 2735 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases() 2737 errln("FAIL: " + where + "Loc \"" + mloc + "\": " + u_errorName(ec)); in TestCases() 2745 …errln("FAIL: " + where + "Loc \"" + mloc + "\": skip case using previous locale, no valid MeasureF… in TestCases() 2756 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2767 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 2230 String pat = null, str = null, mloc = null; in TestCases() local 2354 mloc = tok; in TestCases() 2355 ULocale l = new ULocale(mloc); in TestCases() 2374 … assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2378 … assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 2231 String pat = null, str = null, mloc = null; in TestCases() local 2355 mloc = tok; in TestCases() 2356 ULocale l = new ULocale(mloc); in TestCases() 2375 … assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases() 2379 … assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
|