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

1 2 3

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_DecimalFormat.java 47 t_FormatWithField(2, format, number, text, NumberFormat.Field.GROUPING_SEPARATOR, 3, 4);
70 t_FormatWithField(17, format, number, text, NumberFormat.Field.GROUPING_SEPARATOR, 0, 0);
88 t_FormatWithField(25, format, number, text, NumberFormat.Field.GROUPING_SEPARATOR, 0, 0);
197 v.add(new FieldContainer(2, 3, NumberFormat.Field.GROUPING_SEPARATOR));
234 v.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR));
237 v.add(new FieldContainer(7, 8, NumberFormat.Field.GROUPING_SEPARATOR));
  /libcore/support/src/test/java/tests/support/
Support_DecimalFormat.java 52 NumberFormat.Field.GROUPING_SEPARATOR, 3, 4);
90 NumberFormat.Field.GROUPING_SEPARATOR, 0, 0);
116 NumberFormat.Field.GROUPING_SEPARATOR, 0, 0);
237 v.add(new FieldContainer(2, 3, NumberFormat.Field.GROUPING_SEPARATOR));
274 v.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR));
277 v.add(new FieldContainer(7, 8, NumberFormat.Field.GROUPING_SEPARATOR));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
NumberStringBuilder.java 337 fieldToDebugChar.put(NumberFormat.Field.GROUPING_SEPARATOR, ',');
459 // Special case: GROUPING_SEPARATOR counts as an INTEGER.
460 if (field == NumberFormat.Field.INTEGER && _field == NumberFormat.Field.GROUPING_SEPARATOR) {
487 if (current == NumberFormat.Field.INTEGER && field == NumberFormat.Field.GROUPING_SEPARATOR) {
488 // Special case: GROUPING_SEPARATOR counts as an INTEGER.
489 as.addAttribute(NumberFormat.Field.GROUPING_SEPARATOR, NumberFormat.Field.GROUPING_SEPARATOR, i, i + 1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
NumberStringBuilder.java 335 fieldToDebugChar.put(NumberFormat.Field.GROUPING_SEPARATOR, ',');
457 // Special case: GROUPING_SEPARATOR counts as an INTEGER.
458 if (field == NumberFormat.Field.INTEGER && _field == NumberFormat.Field.GROUPING_SEPARATOR) {
485 if (current == NumberFormat.Field.INTEGER && field == NumberFormat.Field.GROUPING_SEPARATOR) {
486 // Special case: GROUPING_SEPARATOR counts as an INTEGER.
487 as.addAttribute(NumberFormat.Field.GROUPING_SEPARATOR, NumberFormat.Field.GROUPING_SEPARATOR, i, i + 1);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java     [all...]
DecimalFormat.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/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 400 v.add(new FieldContainer(2, 3, NumberFormat.Field.GROUPING_SEPARATOR));
437 v.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR));
440 v.add(new FieldContainer(7, 8, NumberFormat.Field.GROUPING_SEPARATOR));
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 397 v.add(new FieldContainer(2, 3, NumberFormat.Field.GROUPING_SEPARATOR));
434 v.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR));
437 v.add(new FieldContainer(7, 8, NumberFormat.Field.GROUPING_SEPARATOR));
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DecimalFormatICU.java 437 } else if (icuAttribute == NumberFormat.Field.GROUPING_SEPARATOR) {
438 jdkAttribute = java.text.NumberFormat.Field.GROUPING_SEPARATOR;
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 536 } else if (fieldAttribute == Field.GROUPING_SEPARATOR) {
537 attribute = android.icu.text.NumberFormat.Field.GROUPING_SEPARATOR;
585 if (name.equals(Field.GROUPING_SEPARATOR.getName())) {
586 return Field.GROUPING_SEPARATOR;
    [all...]
NumberFormat.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
NumberFormatTest.java 92 FieldPosition fp = new FieldPosition(NumberFormat.Field.GROUPING_SEPARATOR);
  /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 345 : micros.symbols.getGroupingSeparatorString(), NumberFormat.Field.GROUPING_SEPARATOR);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberFormatterImpl.java 344 : micros.symbols.getGroupingSeparatorString(), NumberFormat.Field.GROUPING_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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest4.java     [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 1112 milliseconds

1 2 3