Searched refs:mf3 (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1995 MessageFormat mf3("{aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local 1996 …assertEquals("aa aaa", "AB ABC", mf3.format(argNames + 1, args + 1, 2, result.remove(), errorCode)… in TestArgIsPrefixOfAnother()
|
D | measfmttest.cpp | 3063 MeasureFormat *mf3 = mf.clone(); in TestFormatPeriodEn() local 3064 verifyFormat("en WIDE copy", *mf3, fullData, UPRV_LENGTHOF(fullData)); in TestFormatPeriodEn() 3065 delete mf3; in TestFormatPeriodEn()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TestMessageFormat.java | 2007 MessageFormat mf3 = new MessageFormat("{aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local 2008 assertEquals("aa aaa", "AB ABC", mf3.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 2004 MessageFormat mf3 = new MessageFormat("{aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local 2005 assertEquals("aa aaa", "AB ABC", mf3.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
|