HomeSort by relevance Sort by last modified time
    Searched defs:maxIntDigits (Results 1 - 7 of 7) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DateNumberFormat.java 46 private int maxIntDigits;
96 maxIntDigits = newValue;
100 return maxIntDigits;
154 int limit = decimalBuf.length < maxIntDigits ? decimalBuf.length : maxIntDigits;
246 return (this.maxIntDigits == other.maxIntDigits
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DateNumberFormat.java 42 private int maxIntDigits;
92 maxIntDigits = newValue;
96 return maxIntDigits;
150 int limit = decimalBuf.length < maxIntDigits ? decimalBuf.length : maxIntDigits;
242 return (this.maxIntDigits == other.maxIntDigits
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 168 milliseconds