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 | 1246 return getDecimalFormat().format(number, toAppendTo, pos); in format() 1576 DecimalFormat getDecimalFormat() { in getDecimalFormat() method in RuleBasedNumberFormat 1586 return new PluralFormat(locale, pluralType, pattern, getDecimalFormat()); in createPluralFormat() 1948 result.append(getDecimalFormat().format(Long.MIN_VALUE)); in format()
|
D | NFSubstitution.java | 198 this.numberFormat = (DecimalFormat) ruleSet.owner.getDecimalFormat().clone(); in NFSubstitution() 420 tempResult = ruleSet.owner.getDecimalFormat().parse(text, parsePosition); in doParse() 1273 Number n = ruleSet.owner.getDecimalFormat().parse(workText, workPos); in doParse()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 197 this.numberFormat = (DecimalFormat) ruleSet.owner.getDecimalFormat().clone(); in NFSubstitution() 419 tempResult = ruleSet.owner.getDecimalFormat().parse(text, parsePosition); in doParse() 1272 Number n = ruleSet.owner.getDecimalFormat().parse(workText, workPos); in doParse()
|
D | RuleBasedNumberFormat.java | 1273 return getDecimalFormat().format(number, toAppendTo, pos); in format() 1614 DecimalFormat getDecimalFormat() { in getDecimalFormat() method in RuleBasedNumberFormat 1624 return new PluralFormat(locale, pluralType, pattern, getDecimalFormat()); in createPluralFormat() 1986 result.append(getDecimalFormat().format(Long.MIN_VALUE)); in format()
|