Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1536 int32_t decimalLen = decimal->length(); in subparse() local
1605 … else if (!text.compare(position, decimalLen, *decimal) && !isParseIntegerOnly() && !sawDecimal) in subparse()
1612 position += decimalLen; in subparse()