Searched defs:decimalLen (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1892 int32_t decimalLen = decimal->length(); local
1952 else if (!text.compare(position, decimalLen, *decimal) && !isParseIntegerOnly() && !sawDecimal)
1959 position += decimalLen;

Completed in 113 milliseconds