HomeSort by relevance Sort by last modified time
    Searched refs:nform (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java 336 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
337 DecimalFormat form = (DecimalFormat) nform;
341 assertEquals(3, nform.getMaximumFractionDigits());
346 nform.setMaximumFractionDigits(500);
347 assertEquals(500, nform.getMaximumFractionDigits());
351 assertEquals(500, nform.getMaximumFractionDigits());
355 assertEquals(500, nform.getMaximumFractionDigits());
360 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
361 DecimalFormat form = (DecimalFormat) nform;
365 assertEquals(0, nform.getMinimumFractionDigits())
388 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
430 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
451 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
606 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
617 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
628 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
639 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
652 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
671 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
1244 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 227 NumberFormat nform = DecimalFormat.getInstance(Locale.US); local
228 nform = DecimalFormat.getInstance(Locale.US);
230 if (nform instanceof DecimalFormat) {
231 form = (DecimalFormat) nform;
239 assertEquals(maxIntDigit, nform.getMaximumIntegerDigits());
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 111 milliseconds