Home
last modified time | relevance | path

Searched refs:doFormat (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicDurationFormatter.java72 s = doFormat(p);
119 protected String doFormat(Period period) { in doFormat() method in BasicDurationFormatter
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DBasicDurationFormatter.java73 s = doFormat(p);
120 protected String doFormat(Period period) { in doFormat() method in BasicDurationFormatter
/external/icu/icu4c/source/i18n/
Dnfrule.h70 …void doFormat(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErr…
71 …void doFormat(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErr…
Dnfsubs.cpp631 … infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
Dnfrs.cpp409 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format()
423 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format()
Dnfrule.cpp739 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, … in doFormat() function in NFRule
784 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, U… in doFormat() function in NFRule
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java351 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution()
932 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution()
957 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution()
DNFRuleSet.java441 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
457 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
DNFRule.java746 public void doFormat(long number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() method
787 public void doFormat(double number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() method
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java352 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution()
933 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution()
958 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution()
DNFRuleSet.java442 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
458 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
DNFRule.java747 public void doFormat(long number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() method
788 public void doFormat(double number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() method