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

  /external/icu4c/i18n/
decfmtst.h 42 UnicodeSet *fOtherGroupingSeparators;
decfmtst.cpp 78 fOtherGroupingSeparators(NULL),
89 fOtherGroupingSeparators = new UnicodeSet(UnicodeString(TRUE, gOtherGroupingSeparatorsPattern, -1), *status);
100 fDefaultGroupingSeparators->addAll(*fOtherGroupingSeparators);
107 if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fDashEquivalents == NULL ||
116 fOtherGroupingSeparators->freeze();
130 delete fOtherGroupingSeparators; fOtherGroupingSeparators = NULL;
147 delete fOtherGroupingSeparators; fOtherGroupingSeparators = NULL;

Completed in 198 milliseconds