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

  /external/chromium/third_party/icu/public/i18n/unicode/
numfmt.h 413 * @see NumberFormat::isParseIntegerOnly
454 UBool isParseIntegerOnly(void) const;
460 * @see isParseIntegerOnly
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 572 * @see NumberFormat::isParseIntegerOnly
613 UBool isParseIntegerOnly(void) const;
619 * @see isParseIntegerOnly
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
nmfmapts.cpp 197 fr->setParseIntegerOnly( def->isParseIntegerOnly() );
198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) {
  /external/icu4c/test/intltest/
nmfmapts.cpp 197 fr->setParseIntegerOnly( def->isParseIntegerOnly() );
198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) {
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java     [all...]
NumberFormat.java 529 public boolean isParseIntegerOnly() {
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 80 "Test6: NumberFormat.getIntegerInstance().isParseIntegerOnly() returned wrong value",
81 format.isParseIntegerOnly());
103 "Test12: NumberFormat.getIntegerInstance(new Locale(\"de\", \"CH\")).isParseIntegerOnly() returned wrong value",
104 format.isParseIntegerOnly());
124 "Test12: NumberFormat.getIntegerInstance(new Locale(\"ar\", \"AE\")).isParseIntegerOnly() returned wrong value",
125 format.isParseIntegerOnly());
    [all...]
OldDecimalFormatTest.java 158 assertFalse(form.isParseIntegerOnly());
164 assertFalse("Default value of isParseIntegerOnly is true",
165 format.isParseIntegerOnly());
168 assertTrue(format.isParseIntegerOnly());
177 assertFalse(format.isParseIntegerOnly());
    [all...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 404 return df->isParseIntegerOnly();
decimfmt.cpp     [all...]
  /external/icu4c/i18n/
unum.cpp 407 return df->isParseIntegerOnly();
decimfmt.cpp     [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 394 public boolean isParseIntegerOnly() {
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 4588 milliseconds