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

1 2 3

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_DecimalFormat.java 48 t_FormatWithField(3, format, number, text, NumberFormat.Field.DECIMAL_SEPARATOR, 11, 12);
63 t_FormatWithField(12, format, number, text, NumberFormat.Field.DECIMAL_SEPARATOR, 9, 10);
84 t_FormatWithField(22, format, number, text, NumberFormat.Field.DECIMAL_SEPARATOR, 4, 5);
150 v.add(new FieldContainer(3, 4, NumberFormat.Field.DECIMAL_SEPARATOR));
159 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
169 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR));
178 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
188 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR));
213 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
224 v.add(new FieldContainer(2, 3, NumberFormat.Field.DECIMAL_SEPARATOR));
    [all...]
Support_MessageFormat.java 115 v.add(new FieldContainer(62, 63, NumberFormat.Field.DECIMAL_SEPARATOR));
  /libcore/support/src/test/java/tests/support/
Support_DecimalFormat.java 54 NumberFormat.Field.DECIMAL_SEPARATOR, 11, 12);
78 NumberFormat.Field.DECIMAL_SEPARATOR, 9, 10);
110 NumberFormat.Field.DECIMAL_SEPARATOR, 8, 9);
185 v.add(new FieldContainer(3, 4, NumberFormat.Field.DECIMAL_SEPARATOR));
200 v.add(new FieldContainer(8, 9, NumberFormat.Field.DECIMAL_SEPARATOR));
210 v.add(new FieldContainer(8, 9, NumberFormat.Field.DECIMAL_SEPARATOR));
219 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
228 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR));
253 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
264 v.add(new FieldContainer(2, 3, NumberFormat.Field.DECIMAL_SEPARATOR));
    [all...]
Support_MessageFormat.java 112 v.add(new FieldContainer(62, 63, NumberFormat.Field.DECIMAL_SEPARATOR));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 356 v.add(new FieldContainer(3, 4, NumberFormat.Field.DECIMAL_SEPARATOR));
380 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
391 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR));
416 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
427 v.add(new FieldContainer(2, 3, NumberFormat.Field.DECIMAL_SEPARATOR));
NumberFormatTest.java     [all...]
MeasureUnitTest.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java     [all...]
DecimalFormat.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 353 v.add(new FieldContainer(3, 4, NumberFormat.Field.DECIMAL_SEPARATOR));
377 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
388 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR));
413 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR));
424 v.add(new FieldContainer(2, 3, NumberFormat.Field.DECIMAL_SEPARATOR));
NumberFormatTest.java     [all...]
MeasureUnitTest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java     [all...]
DecimalFormat_ICU58_Android.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
NumberStringBuilder.java 336 fieldToDebugChar.put(NumberFormat.Field.DECIMAL_SEPARATOR, '.');
469 if (_field == NumberFormat.Field.INTEGER || _field == NumberFormat.Field.DECIMAL_SEPARATOR) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
NumberStringBuilder.java 334 fieldToDebugChar.put(NumberFormat.Field.DECIMAL_SEPARATOR, '.');
467 if (_field == NumberFormat.Field.INTEGER || _field == NumberFormat.Field.DECIMAL_SEPARATOR) {
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DecimalFormatICU.java 427 } else if (icuAttribute == NumberFormat.Field.DECIMAL_SEPARATOR) {
428 jdkAttribute = java.text.NumberFormat.Field.DECIMAL_SEPARATOR;
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 528 } else if (fieldAttribute == Field.DECIMAL_SEPARATOR) {
529 attribute = android.icu.text.NumberFormat.Field.DECIMAL_SEPARATOR;
570 if (name.equals(Field.DECIMAL_SEPARATOR.getName())) {
571 return Field.DECIMAL_SEPARATOR;
    [all...]
NumberFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java     [all...]
DecimalFormat_ICU58_Android.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/number/
NumberFormatterImpl.java 328 : micros.symbols.getDecimalSeparatorString(), NumberFormat.Field.DECIMAL_SEPARATOR);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberFormatterImpl.java 327 : micros.symbols.getDecimalSeparatorString(), NumberFormat.Field.DECIMAL_SEPARATOR);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java     [all...]

Completed in 2088 milliseconds

1 2 3