/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 289 …lic void doSubstitution(long number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument 296 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 321 …c void doSubstitution(double number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument 329 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 336 ruleSet.format((long)numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() local 343 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 884 …lic void doSubstitution(long number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument 889 super.doSubstitution(number, toInsertInto, position, recursionCount); in doSubstitution() 895 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 907 …c void doSubstitution(double number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument [all …]
|
D | NFRuleSet.java | 431 public void format(long number, StringBuffer toInsertInto, int pos, int recursionCount) { in format() argument 432 if (recursionCount >= RECURSION_LIMIT) { in format() 436 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format() 447 public void format(double number, StringBuffer toInsertInto, int pos, int recursionCount) { in format() argument 448 if (recursionCount >= RECURSION_LIMIT) { in format() 452 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
|
D | NFRule.java | 741 public void doFormat(long number, StringBuffer toInsertInto, int pos, int recursionCount) { in doFormat() argument 766 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 769 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 782 public void doFormat(double number, StringBuffer toInsertInto, int pos, int recursionCount) { in doFormat() argument 817 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 820 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFSubstitution.java | 290 …lic void doSubstitution(long number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument 297 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 322 …c void doSubstitution(double number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument 330 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 337 ruleSet.format((long)numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() local 344 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 885 …lic void doSubstitution(long number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument 890 super.doSubstitution(number, toInsertInto, position, recursionCount); in doSubstitution() 896 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 908 …c void doSubstitution(double number, StringBuffer toInsertInto, int position, int recursionCount) { in doSubstitution() argument [all …]
|
D | NFRuleSet.java | 432 public void format(long number, StringBuffer toInsertInto, int pos, int recursionCount) { in format() argument 433 if (recursionCount >= RECURSION_LIMIT) { in format() 437 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format() 448 public void format(double number, StringBuffer toInsertInto, int pos, int recursionCount) { in format() argument 449 if (recursionCount >= RECURSION_LIMIT) { in format() 453 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
|
D | NFRule.java | 742 public void doFormat(long number, StringBuffer toInsertInto, int pos, int recursionCount) { in doFormat() argument 767 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 770 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 783 public void doFormat(double number, StringBuffer toInsertInto, int pos, int recursionCount) { in doFormat() argument 818 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 821 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat()
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 149 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 150 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 216 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 291 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 570 …n(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument 576 … ruleSet->format(transformNumber(number), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 604 …on(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument 612 … infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 619 …>format(util64_fromDouble(numberToFormat), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 626 ruleSet->format(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() [all …]
|
D | nfsubs.h | 116 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 128 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
|
D | nfrs.h | 53 …void format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErro… 54 …void format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UError…
|
D | nfrs.cpp | 397 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, U… in format() argument 399 if (recursionCount >= RECURSION_LIMIT) { in format() 406 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format() 411 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UE… in format() argument 413 if (recursionCount >= RECURSION_LIMIT) { in format() 420 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format()
|
D | nfrule.h | 69 …void doFormat(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErr… 70 …void doFormat(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErr…
|
D | nfrule.cpp | 730 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, … in doFormat() argument 758 …toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 761 …toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 775 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, U… in doFormat() argument 812 …toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 815 …toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |