Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dmember-template-access-expr.cpp69 float* (X1::*mf3)(float) = &X1::f1<float>; in test_X1() local
/external/llvm-project/clang/test/SemaTemplate/
Dmember-template-access-expr.cpp69 float* (X1::*mf3)(float) = &X1::f1<float>; in test_X1() local
/external/llvm-project/clang/test/SemaObjC/
Dattr-swift-async.m34 …SA(swift_private, 1) void mf3(void (^)()); // expected-error{{'swift_async' attribute is invalid f… field
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1995 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()
Dmeasfmttest.cpp2677 MeasureFormat *mf3 = mf.clone(); in TestFormatPeriodEn() local
2678 verifyFormat("en WIDE copy", *mf3, fullData, UPRV_LENGTHOF(fullData)); in TestFormatPeriodEn()
2679 delete mf3; in TestFormatPeriodEn()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java2004 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java2007 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()