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

  /external/icu/icu4c/source/i18n/
smpdtfst.cpp 38 fOtherIgnorables(NULL)
42 fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), status);
45 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
52 fOtherIgnorables->freeze();
59 delete fOtherIgnorables; fOtherIgnorables = NULL;
68 delete fOtherIgnorables; fOtherIgnorables = NULL;
131 return gStaticSets->fOtherIgnorables;
smpdtfst.h 44 UnicodeSet *fOtherIgnorables;

Completed in 129 milliseconds