HomeSort by relevance Sort by last modified time
    Searched refs:setParseIntegerOnly (Results 1 - 25 of 39) sorted by null

1 2

  /libcore/luni/src/main/java/java/text/
NumberFormat.java 100 * and others work for parsing. For example, {@code setParseIntegerOnly} only
376 result.setParseIntegerOnly(true);
674 public void setParseIntegerOnly(boolean value) {
DecimalFormat.java     [all...]
SimpleDateFormat.java 363 numberFormat.setParseIntegerOnly(true);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 622 virtual void setParseIntegerOnly(UBool value);
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 668 virtual void setParseIntegerOnly(UBool value);
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 612 nf1.setParseIntegerOnly(false);
617 nf1.setParseIntegerOnly(true);
625 nf1.setParseIntegerOnly(true);
634 nf1.setParseIntegerOnly(false);
    [all...]
OldDecimalFormatTest.java 167 format.setParseIntegerOnly(true);
176 format.setParseIntegerOnly(false);
203 form.setParseIntegerOnly(true);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
datefmt.cpp 434 newNumberFormat->setParseIntegerOnly(TRUE);
numfmt.cpp 622 NumberFormat::setParseIntegerOnly(UBool value)
    [all...]
unum.cpp 572 df->setParseIntegerOnly(newValue!=0);
smpdtfmt.cpp 692 fNumberFormat->setParseIntegerOnly(TRUE);
    [all...]
timezone.cpp     [all...]
msgfmt.cpp     [all...]
  /external/icu4c/i18n/
datefmt.cpp 439 newNumberFormat->setParseIntegerOnly(TRUE);
region.cpp 108 df->setParseIntegerOnly(TRUE);
numfmt.cpp 693 NumberFormat::setParseIntegerOnly(UBool value)
    [all...]
smpdtfmt.cpp 765 fNumberFormat->setParseIntegerOnly(TRUE);
    [all...]
timezone.cpp     [all...]
msgfmt.cpp     [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java 92 form.setParseIntegerOnly(true);
111 form.setParseIntegerOnly(true);
120 form.setParseIntegerOnly(true);
128 form.setParseIntegerOnly(true);
238 form.setParseIntegerOnly(true);
249 form.setParseIntegerOnly(false);
260 form.setParseIntegerOnly(true);
    [all...]
MessageFormatTest.java 265 nf.setParseIntegerOnly(true);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmapts.cpp 197 fr->setParseIntegerOnly( def->isParseIntegerOnly() );
199 errln("ERROR: setParseIntegerOnly() failed");
  /external/icu4c/test/intltest/
nmfmapts.cpp 197 fr->setParseIntegerOnly( def->isParseIntegerOnly() );
199 errln("ERROR: setParseIntegerOnly() failed");
numrgts.cpp     [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 479 public void setParseIntegerOnly(boolean value) {

Completed in 784 milliseconds

1 2