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

  /external/icu4c/i18n/
smpdtfst.cpp 32 : fDateIgnorables(NULL),
36 fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:whitespace:]]", 20), *status);
41 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
46 fDateIgnorables->freeze();
53 delete fDateIgnorables; fDateIgnorables = NULL;
62 delete fDateIgnorables; fDateIgnorables = NULL;
140 return gStaticSets->fDateIgnorables;
smpdtfst.h 43 UnicodeSet *fDateIgnorables;

Completed in 51 milliseconds