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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFSubstitution.java 351 NFRule infiniteRule = ruleSet.findRule(Double.POSITIVE_INFINITY);
352 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java 350 NFRule infiniteRule = ruleSet.findRule(Double.POSITIVE_INFINITY);
351 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount);
    [all...]
  /external/icu/icu4c/source/i18n/
nfsubs.cpp 624 const NFRule *infiniteRule = ruleSet->findDoubleRule(uprv_getInfinity());
625 infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status);
    [all...]

Completed in 225 milliseconds