Home
last modified time | relevance | path

Searched refs:mfAlpha (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1306 MessageFormat mfAlpha = new MessageFormat( in testPluralFormat() local
1314 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat()
1328 MessageFormat mfAlpha = new MessageFormat ( in testPluralFormat() local
1337 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1307 MessageFormat mfAlpha = new MessageFormat( in testPluralFormat() local
1315 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat()
1329 MessageFormat mfAlpha = new MessageFormat ( in testPluralFormat() local
1338 if (!result.equals(mfAlpha.format(objMap))) { in testPluralFormat()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp561 MessageFormat* mfAlpha = new MessageFormat(t2, Locale("fr"), err); in testMsgFormatPlural() local
564 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural()
582 delete mfAlpha; in testMsgFormatPlural()