Home
last modified time | relevance | path

Searched refs:mf3 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaTemplate/
Dmember-template-access-expr.cpp69 float* (X1::*mf3)(float) = &X1::f1<float>; in test_X1() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java2005 MessageFormat mf3 = new MessageFormat("{aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
2006 assertEquals("aa aaa", "AB ABC", mf3.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1994 MessageFormat mf3("{aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local
1995 …assertEquals("aa aaa", "AB ABC", mf3.format(argNames + 1, args + 1, 2, result.remove(), errorCode)… in TestArgIsPrefixOfAnother()
Dmeasfmttest.cpp1527 MeasureFormat *mf3 = (MeasureFormat *) mf.clone(); in TestFormatPeriodEn() local
1528 verifyFormat("en WIDE copy", *mf3, fullData, UPRV_LENGTHOF(fullData)); in TestFormatPeriodEn()
1529 delete mf3; in TestFormatPeriodEn()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java2002 MessageFormat mf3 = new MessageFormat("{aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
2003 assertEquals("aa aaa", "AB ABC", mf3.format(args, new StringBuffer(), null).toString()); in TestArgIsPrefixOfAnother()