Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.h536 int32_t getOldFormatWidth() const;
Ddecimfmt.cpp952 int32_t formatWidth = fImpl->getOldFormatWidth(); in parse()
1367 int32_t formatWidth = fImpl->getOldFormatWidth(); in subparse()
Ddecimfmtimpl.cpp1567 DecimalFormatImpl::getOldFormatWidth() const { in getOldFormatWidth() function in DecimalFormatImpl