Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldFormatTest.java61 MockFormat mf = new MockFormat(); in test_formatLjava_lang_Object() local
67 MockFormat mf = new MockFormat(); in test_formatToCharacterIteratorLjava_lang_Object() local
87 MockFormat mf = new MockFormat(); in test_parseObjectLjava_lang_String() local
DOldNumberFormatTest.java806 MyNumberFormat mf = new MyNumberFormat(); in test_constructor() local
/libcore/ojluni/src/test/java/text/Format/MessageFormat/
DMessageRegression.java303 MessageFormat mf = new MessageFormat(originalPattern); in Test4114743() local
320 MessageFormat mf = new MessageFormat(""); in Test4116444() local
356 MessageFormat mf = new MessageFormat("<{0}>"); in Test4114739() local
379 MessageFormat mf = new MessageFormat(originalPattern); in Test4113018() local
435 MessageFormat mf = new MessageFormat(""); in Test4118592() local
454 MessageFormat mf = new MessageFormat("{0}, {0}, {0}"); in Test4118594() local
498 MessageFormat mf = new MessageFormat("pattern"); in Test4120552() local
525 MessageFormat mf = new MessageFormat(pat); in Test4142938() local
Dbug4492719.java44 MessageFormat mf; in main() local
DBug7003643.java55 MessageFormat mf = null; in main() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DMessageFormatTest.java100 MessageFormat mf = new MessageFormat(pattern, l[i]); in test_getLocale() local
107 MessageFormat mf = new MessageFormat(pattern); in test_getLocale() local
154 MessageFormat mf = new MessageFormat("{0,number,#.##}, {0,number,#.#}"); in test_parseObjectLjava_lang_StringLjavajava_text_ParsePosition() local
191 MessageFormat mf = new MessageFormat(pattern); in test_parseLjava_lang_String() local
518 MessageFormat mf = new MessageFormat("{0,number,integer}"); in test_applyPatternLjava_lang_String() local
851 MessageFormat mf = new MessageFormat("vm={0},{1},{2}"); in test_parseLjava_lang_StringLjava_text_ParsePosition() local
889 MessageFormat mf = new MessageFormat(pattern); in test_toPattern() local
929 MessageFormat mf = new MessageFormat("{0,number,#,##}", Locale.US); in test_parse() local
DChoiceFormatTest.java380 MessageFormat mf = new MessageFormat("CHOICE {1,choice}"); in test_toPattern() local
/libcore/luni/src/test/java/libcore/java/util/
DOldFormattableTest.java50 Mock_Formattable mf = new Mock_Formattable(); in testFormatTo() local
/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DBigDecimalParse.java485 MessageFormat mf = new MessageFormat(patterns[i]); in test_Parse_in_MessageFormat_NotParseIntegerOnly() local
571 MessageFormat mf = new MessageFormat(patterns[i]); in test_Parse_in_MessageFormat_ParseIntegerOnly() local
DBigDecimalFormat.java972 MessageFormat mf = new MessageFormat( in test_Format_in_MessageFormat() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DJarURLConnectionTest.java233 Manifest mf = juc.getManifest(); in test_getManifest() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DManifestTest.java148 Manifest mf = new Manifest(bis); in testStreamConstructor() local