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

  /external/icu/icu4c/source/i18n/
decfmtst.h 43 UnicodeSet *fOtherGroupingSeparators;
decfmtst.cpp 99 fOtherGroupingSeparators(NULL),
112 fOtherGroupingSeparators = new UnicodeSet(UnicodeString(TRUE, gOtherGroupingSeparatorsPattern, -1), status);
123 fDefaultGroupingSeparators->addAll(*fOtherGroupingSeparators);
133 if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fDashEquivalents == NULL ||
154 fOtherGroupingSeparators->freeze();
173 delete fOtherGroupingSeparators; fOtherGroupingSeparators = NULL;

Completed in 35 milliseconds