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

  /external/icu/icu4c/source/i18n/
smpdtfst.cpp 36 : fDateIgnorables(NULL),
40 fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:whitespace:]]", 20), status);
45 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
50 fDateIgnorables->freeze();
57 delete fDateIgnorables; fDateIgnorables = NULL;
66 delete fDateIgnorables; fDateIgnorables = NULL;
120 return gStaticSets->fDateIgnorables;
smpdtfst.h 43 UnicodeSet *fDateIgnorables;

Completed in 486 milliseconds