Home
last modified time | relevance | path

Searched refs:bubblePos (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_AbstractBCD.java948 int bubblePos = 0; in roundToMagnitude() local
951 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()
953 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java946 int bubblePos = 0; in roundToMagnitude() local
949 for (; getDigitPos(bubblePos) == 9; bubblePos++) { in roundToMagnitude()
951 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp731 int bubblePos = 0; in roundToMagnitude() local
734 for (; getDigitPos(bubblePos) == 9; bubblePos++) {} in roundToMagnitude()
735 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp850 int bubblePos = 0; in roundToMagnitude() local
853 for (; getDigitPos(bubblePos) == 9; bubblePos++) {} in roundToMagnitude()
854 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp850 int bubblePos = 0; in roundToMagnitude() local
853 for (; getDigitPos(bubblePos) == 9; bubblePos++) {} in roundToMagnitude()
854 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp865 int bubblePos = 0; in roundToMagnitude() local
868 for (; getDigitPos(bubblePos) == 9; bubblePos++) {} in roundToMagnitude()
869 shiftRight(bubblePos); // shift off the trailing 9s in roundToMagnitude()