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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 357 this.zeroDigit = DEF_DIGIT_CHARS_ARRAY[0];
358 this.digits = DEF_DIGIT_CHARS_ARRAY;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 376 this.zeroDigit = DEF_DIGIT_CHARS_ARRAY[0];
377 this.digits = DEF_DIGIT_CHARS_ARRAY;
    [all...]

Completed in 362 milliseconds