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

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestNumberFormatAPI.java 162 fr.setParseIntegerOnly( def.isParseIntegerOnly() );
163 if(fr.isParseIntegerOnly() != def.isParseIntegerOnly() ) {
NumberFormatRegressionTest.java 110 //test isParseIntegerOnly
111 if (!nf1.isParseIntegerOnly() || !nf2.isParseIntegerOnly()) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestNumberFormatAPI.java 158 fr.setParseIntegerOnly( def.isParseIntegerOnly() );
159 if(fr.isParseIntegerOnly() != def.isParseIntegerOnly() ) {
NumberFormatRegressionTest.java 106 //test isParseIntegerOnly
107 if (!nf1.isParseIntegerOnly() || !nf2.isParseIntegerOnly()) {
  /external/icu/icu4c/source/i18n/unicode/
numfmt.h 608 * @see NumberFormat::isParseIntegerOnly
648 UBool isParseIntegerOnly(void) const;
654 * @see isParseIntegerOnly
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
NumberFormatJDK.java 182 public boolean isParseIntegerOnly() {
183 return fJdkNfmt.isParseIntegerOnly();
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
NumberFormatICU.java 150 public boolean isParseIntegerOnly() {
151 return fIcuNfmt.isParseIntegerOnly();
DecimalFormatICU.java 404 public boolean isParseIntegerOnly() {
405 return fIcuDecfmt.isParseIntegerOnly();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
NumberFormatTest.java 170 assertTrue("Test6: NumberFormat.getIntegerInstance().isParseIntegerOnly() returned wrong value",
171 format.isParseIntegerOnly());
195 "Test12: NumberFormat.getIntegerInstance(new Locale(\"ar\", \"AE\")).isParseIntegerOnly() returned wrong value",
196 format.isParseIntegerOnly());
MessageFormatTest.java 487 assertEquals(expectedNumberFormat.isParseIntegerOnly(), actualNumberFormat.isParseIntegerOnly());
    [all...]
DecimalFormatTest.java 80 assertFalse("Default value of isParseIntegerOnly is true", format.isParseIntegerOnly());
83 assertTrue(format.isParseIntegerOnly());
88 assertFalse(format.isParseIntegerOnly());
    [all...]
  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 197 fr->setParseIntegerOnly( def->isParseIntegerOnly() );
198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) {
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
NumberFormatTest.java 125 * Test method for 'com.ibm.icu.x.text.NumberFormat.isParseIntegerOnly()'
130 assertTrue(nf.isParseIntegerOnly());
132 assertFalse(nf.isParseIntegerOnly());
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 38 assertTrue(format.isParseIntegerOnly());
48 assertTrue(format.isParseIntegerOnly());
62 assertTrue(format.isParseIntegerOnly());
619 nf1.isParseIntegerOnly());
624 nf1.isParseIntegerOnly());
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java 405 * @see #isParseIntegerOnly
460 public boolean isParseIntegerOnly() {
461 return numberFormat.isParseIntegerOnly();
467 * @see #isParseIntegerOnly
594 * #isParseIntegerOnly isParseIntegerOnly}).
610 * #isParseIntegerOnly isParseIntegerOnly}).
627 * #isParseIntegerOnly isParseIntegerOnly})
    [all...]
  /libcore/ojluni/src/main/java/java/text/
NumberFormat.java 330 * @see java.text.NumberFormat#isParseIntegerOnly
365 public boolean isParseIntegerOnly() {
371 * @see #isParseIntegerOnly
417 * #isParseIntegerOnly isParseIntegerOnly}).
433 * #isParseIntegerOnly isParseIntegerOnly}).
    [all...]
DecimalFormat.java 324 * and <code>isParseIntegerOnly()</code> is true,
326 * and <code>isParseIntegerOnly()</code> are false.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 392 * @see #isParseIntegerOnly
451 public boolean isParseIntegerOnly() {
458 * @see #isParseIntegerOnly
599 * #isParseIntegerOnly isParseIntegerOnly}).
615 * #isParseIntegerOnly isParseIntegerOnly}).
631 * #isParseIntegerOnly isParseIntegerOnly}).
    [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 418 * @see #isParseIntegerOnly
481 public boolean isParseIntegerOnly() {
488 * @see #isParseIntegerOnly
642 * #isParseIntegerOnly isParseIntegerOnly}).
659 * #isParseIntegerOnly isParseIntegerOnly}).
676 * #isParseIntegerOnly isParseIntegerOnly}).
    [all...]
DecimalFormat.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 589 milliseconds

1 2