Searched defs:mf2 (Results 1 – 9 of 9) sorted by relevance
15 void X<int>::mf2(int, int = 17) // expected-error{{default}} in mf2() function in X19 void X<int>::mf2(int, U = U()) // expected-error{{default}} in mf2() function in X
20 void A<Y>::B<double>::mf2() { } // expected-error{{does not refer}} in mf2() function in A::B
23 typedef void (A::*mf2)() const; typedef
68 float* (X1::*mf2)(int) = &X1::f1<>; in test_X1() local
1373 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local1543 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local1988 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
1374 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testPluralFormatToPattern() local1544 MessageFormat mf2 = new MessageFormat(mf.toPattern()); in testSelectFormatToPattern() local1989 MessageFormat mf2 = new MessageFormat("{a} {aa} {aaa}", ULocale.ENGLISH); in TestArgIsPrefixOfAnother() local
1227 MeasureFormat mf2(mf); in TestFormatPeriodEn() local
1982 MessageFormat mf2("{a} {aa} {aaa}", Locale::getEnglish(), errorCode); in TestArgIsPrefixOfAnother() local
317 unsigned char mf2 : 2; member