Searched refs:mloc (Results 1 - 4 of 4) sorted by relevance

/external/flatbuffers/tests/
H A Dtest.cpp138 auto mloc = CreateMonster(builder, &vec, 150, 80, name, inventory, Color_Blue, local
144 FinishMonsterBuffer(builder, mloc);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2642 UnicodeString pat, tok, mloc, str, out, where, currAmt; local
2731 mloc = tok;
2735 CharString().appendInvariantChars(mloc, ec).data()), ec);
2737 errln("FAIL: " + where + "Loc \"" + mloc + "\": " + u_errorName(ec));
2745 errln("FAIL: " + where + "Loc \"" + mloc + "\": skip case using previous locale, no valid MeasureFormat");
2756 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")",
2767 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")",
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java2231 String pat = null, str = null, mloc = null;
2355 mloc = tok;
2356 ULocale l = new ULocale(mloc);
2375 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")",
2379 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")",
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2230 String pat = null, str = null, mloc = null;
2354 mloc = tok;
2355 ULocale l = new ULocale(mloc);
2374 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")",
2378 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")",

Completed in 189 milliseconds