/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | NFSubstitution.java | 300 …ic void doSubstitution(long number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument 307 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 339 … void doSubstitution(double number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument 347 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 354 ruleSet.format((long)numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() local 361 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 939 …ic void doSubstitution(long number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument 944 super.doSubstitution(number, toInsertInto, position, recursionCount); in doSubstitution() 950 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 963 … void doSubstitution(double number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument [all …]
|
H A D | NFRuleSet.java | 437 public void format(long number, StringBuilder toInsertInto, int pos, int recursionCount) { in format() argument 438 if (recursionCount >= RECURSION_LIMIT) { in format() 442 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format() 453 public void format(double number, StringBuilder toInsertInto, int pos, int recursionCount) { in format() argument 454 if (recursionCount >= RECURSION_LIMIT) { in format() 458 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
|
H A D | NFRule.java | 754 public void doFormat(long number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() argument 779 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 782 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 795 public void doFormat(double number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() argument 830 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 833 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | NFSubstitution.java | 299 …ic void doSubstitution(long number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument 306 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 338 … void doSubstitution(double number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument 346 infiniteRule.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 353 ruleSet.format((long)numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() local 360 ruleSet.format(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 938 …ic void doSubstitution(long number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument 943 super.doSubstitution(number, toInsertInto, position, recursionCount); in doSubstitution() 949 ruleToUse.doFormat(numberToFormat, toInsertInto, position + pos, recursionCount); in doSubstitution() 962 … void doSubstitution(double number, StringBuilder toInsertInto, int position, int recursionCount) { in doSubstitution() argument [all …]
|
H A D | NFRuleSet.java | 436 public void format(long number, StringBuilder toInsertInto, int pos, int recursionCount) { in format() argument 437 if (recursionCount >= RECURSION_LIMIT) { in format() 441 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format() 452 public void format(double number, StringBuilder toInsertInto, int pos, int recursionCount) { in format() argument 453 if (recursionCount >= RECURSION_LIMIT) { in format() 457 applicableRule.doFormat(number, toInsertInto, pos, ++recursionCount); in format()
|
H A D | NFRule.java | 753 public void doFormat(long number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() argument 778 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 781 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 794 public void doFormat(double number, StringBuilder toInsertInto, int pos, int recursionCount) { in doFormat() argument 829 …(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat() 832 …(number, toInsertInto, pos - (sub1.getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount); in doFormat()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | nfsubs.cpp | 166 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 167 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 234 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 310 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 590 …n(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument 596 … ruleSet->format(transformNumber(number), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 633 …on(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument 641 … infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 648 …>format(util64_fromDouble(numberToFormat), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 655 ruleSet->format(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() [all …]
|
H A D | nfrs.cpp | 400 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, U… in format() argument 402 if (recursionCount >= RECURSION_LIMIT) { in format() 409 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format() 414 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UE… in format() argument 416 if (recursionCount >= RECURSION_LIMIT) { in format() 423 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format()
|
H A D | nfrule.cpp | 747 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, … in doFormat() argument 775 …toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 778 …toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 792 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, U… in doFormat() argument 829 …toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 832 …toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat()
|
H A D | nfsubs.h | 118 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 130 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
|
H A D | nfrs.h | 55 …void format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErro… 56 …void format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UError…
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | nfsubs.cpp | 168 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 169 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 236 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 312 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 592 …n(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument 598 … ruleSet->format(transformNumber(number), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 641 …on(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument 649 … infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 656 …>format(util64_fromDouble(numberToFormat), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 663 ruleSet->format(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() [all …]
|
H A D | nfrs.cpp | 400 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, U… in format() argument 402 if (recursionCount >= RECURSION_LIMIT) { in format() 409 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format() 414 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UE… in format() argument 416 if (recursionCount >= RECURSION_LIMIT) { in format() 423 rule->doFormat(number, toAppendTo, pos, ++recursionCount, status); in format()
|
H A D | nfrule.cpp | 739 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, … in doFormat() argument 767 …toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 770 …toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 784 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, U… in doFormat() argument 821 …toInsertInto, pos - (sub2->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat() 824 …toInsertInto, pos - (sub1->getPos() > pluralRuleStart ? lengthOffset : 0), recursionCount, status); in doFormat()
|
H A D | nfsubs.h | 118 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 130 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
|
H A D | nfrs.h | 55 …void format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErro… 56 …void format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UError…
|
H A D | nfrule.h | 70 …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…
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/base/ |
H A D | LazyStackTraceBenchmark.java | 39 int recursionCount; field in LazyStackTraceBenchmark 79 recursionCount = stackDepth - new Throwable().getStackTrace().length - 1; in doBefore() 80 if (recursionCount < 0) { in doBefore() 87 return timeFindCaller(reps, recursionCount); in timeFindCaller()
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/base/ |
H A D | LazyStackTraceBenchmark.java | 39 int recursionCount; field in LazyStackTraceBenchmark 79 recursionCount = stackDepth - new Throwable().getStackTrace().length - 1; in doBefore() 80 if (recursionCount < 0) { in doBefore() 87 return timeFindCaller(reps, recursionCount); in timeFindCaller()
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | LoadBalancer.java | 118 private int recursionCount; field in LoadBalancer 131 if (recursionCount++ == 0) { in handleResolvedAddresses() 136 recursionCount = 0; in handleResolvedAddresses() 160 if (recursionCount++ == 0) { in acceptResolvedAddresses() 163 recursionCount = 0; in acceptResolvedAddresses()
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | nfsubs.h | 118 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 130 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
|
H A D | nfrs.h | 55 …void format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErro… 56 …void format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UError…
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | nfsubs.h | 118 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s… 130 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
|
H A D | nfrs.h | 55 …void format(int64_t number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UErro… 56 …void format(double number, UnicodeString& toAppendTo, int32_t pos, int32_t recursionCount, UError…
|
H A D | nfrule.h | 70 …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…
|