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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFSubstitution.java 295 long numberToFormat = transformNumber(number);
297 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount);
303 double numberToFormat = transformNumber((double)number);
305 numberToFormat = Math.floor(numberToFormat);
308 toInsertInto.insert(position + pos, numberFormat.format(numberToFormat));
325 double numberToFormat = transformNumber(number);
327 if (Double.isInfinite(numberToFormat)) {
330 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount);
336 if (numberToFormat == Math.floor(numberToFormat) && ruleSet != null)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java 294 long numberToFormat = transformNumber(number);
296 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount);
302 double numberToFormat = transformNumber((double)number);
304 numberToFormat = Math.floor(numberToFormat);
307 toInsertInto.insert(position + pos, numberFormat.format(numberToFormat));
324 double numberToFormat = transformNumber(number);
326 if (Double.isInfinite(numberToFormat)) {
329 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount);
335 if (numberToFormat == Math.floor(numberToFormat) && ruleSet != null)
    [all...]
  /external/icu/icu4c/source/i18n/
nfsubs.cpp 582 double numberToFormat = transformNumber((double)number);
584 numberToFormat = uprv_floor(numberToFormat);
588 numberFormat->format(numberToFormat, temp, status);
607 double numberToFormat = transformNumber(number);
609 if (uprv_isInfinite(numberToFormat)) {
612 infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status);
618 if (numberToFormat == uprv_floor(numberToFormat) && ruleSet != NULL) {
619 ruleSet->format(util64_fromDouble(numberToFormat), toInsertInto, _pos + this->pos, recursionCount, status)
    [all...]
compactdecimalformat.cpp 270 double numberToFormat = roundedDouble / _divisors[baseIdx];
271 UnicodeString variant = _pluralRules->select(numberToFormat);
273 numberToFormat = -numberToFormat;
277 DecimalFormat::format(numberToFormat, appendTo, pos);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.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 601 milliseconds