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

1 2 3 4 5 6 7 8

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_DecimalFormat.java 49 t_FormatWithField(4, format, number, text, NumberFormat.Field.FRACTION, 12, 14);
64 t_FormatWithField(13, format, number, text, NumberFormat.Field.FRACTION, 10, 11);
85 t_FormatWithField(22, format, number, text, NumberFormat.Field.FRACTION, 5, 7);
151 v.add(new FieldContainer(4, 6, NumberFormat.Field.FRACTION));
160 v.add(new FieldContainer(5, 7, NumberFormat.Field.FRACTION));
170 v.add(new FieldContainer(6, 8, NumberFormat.Field.FRACTION));
179 v.add(new FieldContainer(5, 7, NumberFormat.Field.FRACTION));
189 v.add(new FieldContainer(6, 8, NumberFormat.Field.FRACTION));
214 v.add(new FieldContainer(5, 6, NumberFormat.Field.FRACTION));
225 v.add(new FieldContainer(3, 5, NumberFormat.Field.FRACTION));
    [all...]
Support_MessageFormat.java 67 NumberFormat.Field.FRACTION, 0, 0);
117 v.add(new FieldContainer(63, 64, NumberFormat.Field.FRACTION));
  /libcore/support/src/test/java/tests/support/
Support_DecimalFormat.java 55 t_FormatWithField(4, format, number, text, NumberFormat.Field.FRACTION,
80 NumberFormat.Field.FRACTION, 10, 11);
112 NumberFormat.Field.FRACTION, 9, 11);
186 v.add(new FieldContainer(4, 6, NumberFormat.Field.FRACTION));
201 v.add(new FieldContainer(9, 11, NumberFormat.Field.FRACTION));
211 v.add(new FieldContainer(9, 11, NumberFormat.Field.FRACTION));
220 v.add(new FieldContainer(5, 7, NumberFormat.Field.FRACTION));
229 v.add(new FieldContainer(6, 8, NumberFormat.Field.FRACTION));
254 v.add(new FieldContainer(5, 6, NumberFormat.Field.FRACTION));
265 v.add(new FieldContainer(3, 5, NumberFormat.Field.FRACTION));
    [all...]
Support_MessageFormat.java 64 NumberFormat.Field.FRACTION, 0, 0);
114 v.add(new FieldContainer(63, 64, NumberFormat.Field.FRACTION));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
Fraction.java 17 package org.apache.commons.math.fraction;
37 public class Fraction
39 implements FieldElement<Fraction>, Comparable<Fraction>, Serializable {
41 /** A fraction representing "2 / 1". */
42 public static final Fraction TWO = new Fraction(2, 1);
44 /** A fraction representing "1". */
45 public static final Fraction ONE = new Fraction(1, 1)
    [all...]
BigFraction.java 17 package org.apache.commons.math.fraction;
40 /** A fraction representing "2 / 1". */
43 /** A fraction representing "1". */
46 /** A fraction representing "0". */
49 /** A fraction representing "-1 / 1". */
52 /** A fraction representing "4/5". */
55 /** A fraction representing "1/5". */
58 /** A fraction representing "1/2". */
61 /** A fraction representing "1/4". */
64 /** A fraction representing "1/3". *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 32 import static com.android.ide.common.api.IAttributeInfo.Format.FRACTION;
348 if (mFormats.contains(FRACTION)) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 354 v.add(new FieldContainer(4, 6, NumberFormat.Field.FRACTION));
378 v.add(new FieldContainer(5, 7, NumberFormat.Field.FRACTION));
389 v.add(new FieldContainer(6, 8, NumberFormat.Field.FRACTION));
414 v.add(new FieldContainer(5, 6, NumberFormat.Field.FRACTION));
425 v.add(new FieldContainer(3, 5, NumberFormat.Field.FRACTION));
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java 73 * format for displaying percentages. With this format, a fraction like
226 * the position of the fraction part of a formatted number should be returned.
    [all...]
DecimalFormat.java 272 * number := (integer ('.' fraction)?) | sigDigits
276 * fraction := '0'* '#'*
349 * <li>If the number of actual fraction digits exceeds the <em>maximum fraction
350 * digits</em>, then half-even rounding it performed to the maximum fraction digits. For
351 * example, 0.125 is formatted as "0.12" if the maximum fraction digits is 2. This
354 * <li>If the number of actual fraction digits is less than the <em>minimum fraction
356 * "0.1250" if the mimimum fraction digits is set to 4.
359 * after the decimal, where <em>j</em> is less than the maximum fraction digits. Fo
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 350 v.add(new FieldContainer(4, 6, NumberFormat.Field.FRACTION));
374 v.add(new FieldContainer(5, 7, NumberFormat.Field.FRACTION));
385 v.add(new FieldContainer(6, 8, NumberFormat.Field.FRACTION));
410 v.add(new FieldContainer(5, 6, NumberFormat.Field.FRACTION));
421 v.add(new FieldContainer(3, 5, NumberFormat.Field.FRACTION));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 58 CANNOT_CONVERT_OBJECT_TO_FRACTION("cannot convert given object to a fraction number: {0}"),
63 CANNOT_FORMAT_OBJECT_TO_FRACTION("cannot format given object as a fraction number"),
74 CONTINUED_FRACTION_INFINITY_DIVERGENCE("Continued fraction convergents diverged to +/- infinity for value {0}"),
75 CONTINUED_FRACTION_NAN_DIVERGENCE("Continued fraction diverged to NaN for value {0}"),
99 FAILED_FRACTION_CONVERSION("Unable to convert {0} to fraction after {1} iterations"),
103 FRACTION_CONVERSION_OVERFLOW("Overflow trying to convert {0} to fraction ({1}/{2})"),
154 NON_CONVERGENT_CONTINUED_FRACTION("Continued fraction convergents failed to converge for value {0}"),
220 FRACTION("fraction"), /* keep */
243 OVERFLOW_IN_FRACTION("overflow in fraction {0}/{1}, cannot negate")
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 451 215D;fiveeighths;VULGAR FRACTION FIVE EIGHTHS
454 2044;fraction;FRACTION SLASH
561 215B;oneeighth;VULGAR FRACTION ONE EIGHTH
562 00BD;onehalf;VULGAR FRACTION ONE HALF
563 00BC;onequarter;VULGAR FRACTION ONE QUARTER
564 2153;onethird;VULGAR FRACTION ONE THIRD
626 215E;seveneighths;VULGAR FRACTION SEVEN EIGHTHS
649 215C;threeeighths;VULGAR FRACTION THREE EIGHTHS
650 00BE;threequarters;VULGAR FRACTION THREE QUARTER
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 84 * subclasses of NumberFormat. With this format, a fraction like
235 * the position of the fraction part of a formatted number should be returned.
    [all...]
DecimalFormat.java 285 * number := (integer ('.' fraction)?) | sigDigits
289 * fraction := '0'* '#'*
369 * <li>If the number of actual fraction digits exceeds the <em>maximum fraction
370 * digits</em>, then half-even rounding it performed to the maximum fraction digits. For
371 * example, 0.125 is formatted as "0.12" if the maximum fraction digits is 2. This
374 * <li>If the number of actual fraction digits is less than the <em>minimum fraction
376 * "0.1250" if the mimimum fraction digits is set to 4.
379 * after the decimal, where <em>j</em> is less than the maximum fraction digits. Fo
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 83 * subclasses of NumberFormat. With this format, a fraction like
246 * the position of the fraction part of a formatted number should be returned.
    [all...]
DecimalFormat.java 284 * number := (integer ('.' fraction)?) | sigDigits
288 * fraction := '0'* '#'*
368 * <li>If the number of actual fraction digits exceeds the <em>maximum fraction
369 * digits</em>, then half-even rounding it performed to the maximum fraction digits. For
370 * example, 0.125 is formatted as "0.12" if the maximum fraction digits is 2. This
373 * <li>If the number of actual fraction digits is less than the <em>minimum fraction
375 * "0.1250" if the mimimum fraction digits is set to 4.
378 * after the decimal, where <em>j</em> is less than the maximum fraction digits. Fo
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DecimalFormatICU.java 433 } else if (icuAttribute == NumberFormat.Field.FRACTION) {
434 jdkAttribute = java.text.NumberFormat.Field.FRACTION;
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 107 * <i>Integer</i> . <i>Fraction</i> <i>Exponent<sub>opt</sub></i>
117 * <i>Fraction:</i>
284 * <em>minimum integer</em> and <em>maximum fraction</em> digits, and is
482 } else if (fp.getFieldAttribute() == Field.FRACTION) {
483 attribute = android.icu.text.NumberFormat.Field.FRACTION;
537 if (icuAttribute.getName().equals(Field.FRACTION.getName())) {
538 return Field.FRACTION;
    [all...]
NumberFormat.java 110 * format for displaying percentages. With this format, a fraction like
194 * the position of the fraction part of a formatted number should be returned.
602 * Returns the maximum number of digits allowed in the fraction portion of a
611 * Sets the maximum number of digits allowed in the fraction portion of a
616 * @param newValue the maximum number of fraction digits to be shown; if
629 * Returns the minimum number of digits allowed in the fraction portion of a
638 * Sets the minimum number of digits allowed in the fraction portion of a
643 * @param newValue the minimum number of fraction digits to be shown; if
677 * number of fraction digits used by the number format.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 183 case FRACTION:
  /external/libvncserver/webclients/novnc/include/
keysym.js 305 XK_onequarter = 0x00bc, /* U+00BC VULGAR FRACTION ONE QUARTER */
306 XK_onehalf = 0x00bd, /* U+00BD VULGAR FRACTION ONE HALF */
307 XK_threequarters = 0x00be, /* U+00BE VULGAR FRACTION THREE QUARTERS */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 146 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.FRACTION));
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 

Completed in 1422 milliseconds

1 2 3 4 5 6 7 8