Home
last modified time | relevance | path

Searched defs:nextDigit (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp595 int8_t nextDigit = quantity.getDigit(i); in writeIntegerDigits() local
615 int8_t nextDigit = quantity.getDigit(-i - 1); in writeFractionDigits() local
/external/cronet/third_party/icu/source/i18n/
Dnumber_formatimpl.cpp595 int8_t nextDigit = quantity.getDigit(i); in writeIntegerDigits() local
615 int8_t nextDigit = quantity.getDigit(-i - 1); in writeFractionDigits() local