Home
last modified time | relevance | path

Searched defs:mf (Results 1 – 25 of 102) sorted by relevance

12345

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java293 MessageFormat mf = new MessageFormat(originalPattern); in Test4114743() local
310 MessageFormat mf = new MessageFormat(""); in Test4116444() local
346 MessageFormat mf = new MessageFormat("<{0}>"); in Test4114739() local
369 MessageFormat mf = new MessageFormat(originalPattern); in Test4113018() local
425 MessageFormat mf = new MessageFormat(""); in Test4118592() local
444 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); in Test4118594() local
488 MessageFormat mf = new MessageFormat("pattern"); in Test4120552() local
515 MessageFormat mf = new MessageFormat(pat); in Test4142938() local
743 MessageFormat mf = new MessageFormat(""); in testBugTestsWithNamesArguments() local
777 MessageFormat mf = new MessageFormat("<{arg}>"); in testBugTestsWithNamesArguments() local
[all …]
DMeasureUnitTest.java555 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE, nf); in TestFormatPeriodEn() local
581 private void verifyFormatPeriod(String desc, MeasureFormat mf, Object[][] testData) { in verifyFormatPeriod()
608 MeasureFormat mf = MeasureFormat.getInstance( in Test10219FractionalPlurals() local
729 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatSingleArg() local
734 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresZeroArg() local
739 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE); in testFormatMeasuresOneArg() local
756 MeasureFormat mf = MeasureFormat.getInstance( in testMultiples() local
805 MeasureFormat mf = MeasureFormat.getInstance( in testSimplePer() local
833 MeasureFormat mf = MeasureFormat.getInstance(polish, FormatWidth.WIDE); in testNumeratorPlurals() local
846 MeasureFormat mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.SHORT); in testGram() local
[all …]
DTestMessageFormat.java1155 MessageFormat mf = new MessageFormat("Number of files in folder {folder}: {numfiles}"); in testNamedArguments() local
1194 MessageFormat mf = new MessageFormat("X:{2} Y:{1}"); in testNumericFormatWithMap() local
1343 MessageFormat mf = new MessageFormat(pattern); in testPluralFormatToPattern() local
1511 MessageFormat mf = new MessageFormat(pattern); in testSelectFormatToPattern() local
1696 MessageFormat mf = new MessageFormat(""); in TestFormatToCharacterIterator() local
1708 MessageFormat mf = new MessageFormat(""); in TestGetFormatByArgumentName() local
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.cpp455 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4114743() local
481 MessageFormat *mf = new MessageFormat("", status); in Test4116444() local
529 MessageFormat *mf = new MessageFormat("<{0}>", status); in Test4114739() local
563 MessageFormat *mf = new MessageFormat(originalPattern, status); in Test4113018() local
697 MessageFormat *mf = new MessageFormat("", status); in Test4118592() local
738 MessageFormat *mf = new MessageFormat("{0}, {0}, {0}", status); in Test4118594() local
828 MessageFormat *mf = new MessageFormat("pattern", status); in Test4120552() local
867 MessageFormat *mf = new MessageFormat(pat, status); in Test4142938() local
/external/eigen/test/eigen2/
Deigen2_mixingtypes.cpp33 Mat_f mf(size,size); in mixingtypes() local
49 mf*mf; in mixingtypes() local
/external/eigen/doc/snippets/
DMatrixBase_cast.cpp2 Matrix2f mf = Matrix2f::Identity(); variable
/external/clang/test/Frontend/
Dast-main.cpp12 T *S<T>::mf() { in mf() function in S
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp5.cpp5 void mf() { } in mf() function in N::Y
Dp2.cpp4 template<class T> class Array { void mf() { } }; in mf() function in Array
/external/skia/samplecode/
DSampleBlur.cpp102 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDrawContent() local
114 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDrawContent() local
DSampleBigBlur.cpp33 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
DSampleTextureDomain.cpp80 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
DSampleAnimBlur.cpp49 SkMaskFilter* mf = SkBlurMaskFilter::Create( in onDrawContent() local
/external/skia/gm/
Dblurs.cpp53 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, in onDraw() local
67 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
Dblurquickreject.cpp59 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, in onDraw() local
Dlargeglyphblur.cpp43 SkAutoTUnref<SkMaskFilter> mf(SkBlurMaskFilter::Create(kNormal_SkBlurStyle, kSigma)); in onDraw() local
/external/harfbuzz_ng/src/
Dtest-size-params.cc62 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
Dtest-would-substitute.cc66 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
Dtest-buffer-serialize.cc64 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
Dtest.cc65 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); in main() local
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h64 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF() argument
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyFormat.java38 private transient final MeasureFormat mf; field in CurrencyFormat
/external/skia/bench/
DMorphologyBench.cpp66 SkMorphologyImageFilter* mf = NULL; in onDraw() local
/external/openfst/src/lib/
Dmapped-file.cc97 MappedFile* mf = Allocate(size); in Map() local

12345