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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
Parse.java 187 private static enum DigitType {
243 DigitType currentDigitType;
372 void appendDigit(byte digit, DigitType type) {
373 if (type == DigitType.EXPONENT) {
384 if (type == DigitType.FRACTION && digit == 0) {
386 } else if (type == DigitType.FRACTION) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
Parse.java 185 private static enum DigitType {
241 DigitType currentDigitType;
370 void appendDigit(byte digit, DigitType type) {
371 if (type == DigitType.EXPONENT) {
382 if (type == DigitType.FRACTION && digit == 0) {
384 } else if (type == DigitType.FRACTION) {
    [all...]

Completed in 362 milliseconds