Home
last modified time | relevance | path

Searched refs:exponentInt (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp368 auto exponentInt = static_cast<int32_t>(exponentLong); in match() local
369 if (result.quantity.adjustMagnitude(exponentSign * exponentInt)) { in match()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DDecimalMatcher.java386 int exponentInt = (int) exponentLong; in match() local
388 result.quantity.adjustMagnitude(exponentSign * exponentInt); in match()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java384 int exponentInt = (int) exponentLong; in match() local
386 result.quantity.adjustMagnitude(exponentSign * exponentInt); in match()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...