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 47 UnicodeSet *fOtherGroupingSeparators;
decfmtst.cpp 101 fOtherGroupingSeparators(NULL),
114 fOtherGroupingSeparators = new UnicodeSet(UnicodeString(TRUE, gOtherGroupingSeparatorsPattern, -1), status);
125 fDefaultGroupingSeparators->addAll(*fOtherGroupingSeparators);
135 if (fDotEquivalents == NULL || fCommaEquivalents == NULL || fOtherGroupingSeparators == NULL || fDashEquivalents == NULL ||
156 fOtherGroupingSeparators->freeze();
175 delete fOtherGroupingSeparators; fOtherGroupingSeparators = NULL;

Completed in 1917 milliseconds