Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp2710 int32_t decimalCharLength = U16_LENGTH(decimalChar);
2724 if (decimalCharLength == decimalStringLength) {
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp2621 int32_t decimalCharLength = U16_LENGTH(decimalChar); in subparse() local
2635 if (decimalCharLength == decimalStringLength) { in subparse()