HomeSort by relevance Sort by last modified time
    Searched defs:usesPermill (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
affixpatternparser.h 193 UBool usesPermill() const {
decimfmtimpl.cpp 229 UBool usesPermill = fPositivePrefixPattern.usesPermill() ||
230 fPositiveSuffixPattern.usesPermill() ||
231 fNegativePrefixPattern.usesPermill() ||
232 fNegativeSuffixPattern.usesPermill();
233 if (usesPermill) {
    [all...]

Completed in 983 milliseconds