Searched refs:getDecimalFormat (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | Stylesheet.java | 581 public DecimalFormatProperties getDecimalFormat(QName name) in getDecimalFormat() method in Stylesheet 591 DecimalFormatProperties dfp = getDecimalFormat(i); in getDecimalFormat() 611 public DecimalFormatProperties getDecimalFormat(int i) in getDecimalFormat() method in Stylesheet 1423 visitor.visitTopLevelInstruction(getDecimalFormat(j)); in callChildVisitors()
|
D | StylesheetComposed.java | 112 recomposableElements.addElement(included.getDecimalFormat(j)); in recompose()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 1242 return getDecimalFormat().format(number, toAppendTo, pos); in format() 1572 DecimalFormat getDecimalFormat() { in getDecimalFormat() method in RuleBasedNumberFormat 1582 return new PluralFormat(locale, pluralType, pattern, getDecimalFormat()); in createPluralFormat() 1944 result.append(getDecimalFormat().format(Long.MIN_VALUE)); in format()
|
D | NFSubstitution.java | 200 this.numberFormat = (DecimalFormat) ruleSet.owner.getDecimalFormat().clone(); in NFSubstitution() 449 tempResult = ruleSet.owner.getDecimalFormat().parse(text, parsePosition); in doParse() 1326 Number n = ruleSet.owner.getDecimalFormat().parse(workText, workPos); in doParse()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 199 this.numberFormat = (DecimalFormat) ruleSet.owner.getDecimalFormat().clone(); in NFSubstitution() 448 tempResult = ruleSet.owner.getDecimalFormat().parse(text, parsePosition); in doParse() 1325 Number n = ruleSet.owner.getDecimalFormat().parse(workText, workPos); in doParse()
|
D | RuleBasedNumberFormat.java | 1270 return getDecimalFormat().format(number, toAppendTo, pos); in format() 1611 DecimalFormat getDecimalFormat() { in getDecimalFormat() method in RuleBasedNumberFormat 1621 return new PluralFormat(locale, pluralType, pattern, getDecimalFormat()); in createPluralFormat() 1983 result.append(getDecimalFormat().format(Long.MIN_VALUE)); in format()
|