Home
last modified time | relevance | path

Searched refs:digitsToRemove (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp325 int32_t digitsToRemove = 0; in match() local
328 digitsToRemove += prevGroupCount; in match()
329 digitsToRemove += currGroupCount; in match()
333 digitsToRemove += currGroupCount; in match()
335 if (digitsToRemove != 0) { in match()
336 digitsConsumed.adjustMagnitude(-digitsToRemove); in match()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java342 int digitsToRemove = 0; in match() local
345 digitsToRemove += prevGroupCount; in match()
346 digitsToRemove += currGroupCount; in match()
350 digitsToRemove += currGroupCount; in match()
352 if (digitsToRemove != 0) { in match()
353 digitsConsumed.adjustMagnitude(-digitsToRemove); in match()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DDecimalMatcher.java344 int digitsToRemove = 0; in match() local
347 digitsToRemove += prevGroupCount; in match()
348 digitsToRemove += currGroupCount; in match()
352 digitsToRemove += currGroupCount; in match()
354 if (digitsToRemove != 0) { in match()
355 digitsConsumed.adjustMagnitude(-digitsToRemove); in match()