Searched defs:nf (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/javax/swing/text/NavigationFilter/6735293/
H A Dbug6735293.java39 private static volatile NavigationFilter nf; field in class:bug6735293
47 nf = new NavigationFilter();
73 nf.getNextVisualPositionFrom(jtf, position, bias, direction, biasRet);
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DNumberFormatProviderTest.java177 private static String getPattern(NumberFormat nf) { argument
178 if (nf instanceof DecimalFormat) {
179 return ((DecimalFormat)nf).toPattern();
181 if (nf instanceof FooNumberFormat) {
182 return ((FooNumberFormat)nf).toPattern();
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DNumberFormatProviderImpl.java73 FooNumberFormat nf = new FooNumberFormat(pattern,
75 adjustForCurrencyDefaultFractionDigits(nf);
76 return nf;
89 FooNumberFormat nf = new FooNumberFormat(pattern,
91 nf.setMaximumFractionDigits(0);
92 nf.setDecimalSeparatorAlwaysShown(false);
93 nf.setParseIntegerOnly(true);
94 return nf;
131 void adjustForCurrencyDefaultFractionDigits(FooNumberFormat nf) { argument
132 DecimalFormatSymbols dfs = nf
[all...]
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug4823811.java476 NumberFormat nf,
482 if (nf != null) {
483 sdf.setNumberFormat(nf);
504 NumberFormat nf,
510 if (nf != null) {
511 sdf.setNumberFormat(nf);
562 NumberFormat nf,
568 if (nf != null) {
569 sdf.setNumberFormat(nf);
586 NumberFormat nf,
473 testDateFormatFormattingInRTL(String pattern, int basePattern, int delimiter, NumberFormat nf, Locale locale, boolean useEnglishMonthName) argument
501 testDateFormatFormattingInLTR(String pattern, int basePattern, int delimiter, NumberFormat nf, Locale locale, boolean useEnglishMonthName) argument
559 testDateFormatParsingInRTL(String pattern, int basePattern, int delimiter, NumberFormat nf, Locale locale, boolean useEnglishMonthName) argument
583 testDateFormatParsingInLTR(String pattern, int basePattern, int delimiter, NumberFormat nf, Locale locale, boolean useEnglishMonthName) argument
701 testNumberFormatFormatting(NumberFormat nf, int given, String expected, String locale) argument
724 testNumberFormatParsing(NumberFormat nf, String given, Number expected, String locale) argument
756 testNumberFormatParsingCheckException(NumberFormat nf, String given, int expected, String locale) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp454 uint nf = spobj->n_fields(); local
455 if (nf > 0) {
467 for (uint j = 1; j < nf; j++) {

Completed in 64 milliseconds