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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 379 UFieldPosition highFpos = new UFieldPosition();
393 highFormatted = currentNumberFormat.format(highNumber, new StringBuffer(), highFpos);
398 highFormatted = numberFormat.format(highNumber, new StringBuffer(), highFpos);
407 highFpos.getCountVisibleFractionDigits(), highFpos.getFractionDigits()));
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 396 UFieldPosition highFpos = new UFieldPosition();
410 highFormatted = currentNumberFormat.format(highNumber, new StringBuffer(), highFpos);
415 highFormatted = numberFormat.format(highNumber, new StringBuffer(), highFpos);
424 highFpos.getCountVisibleFractionDigits(), highFpos.getFractionDigits()));
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 737 milliseconds