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 34 : fDateIgnorables(NULL),
38 fDateIgnorables = new UnicodeSet(UNICODE_STRING("[-,./[:whitespace:]]", 20), status);
43 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
48 fDateIgnorables->freeze();
55 delete fDateIgnorables; fDateIgnorables = NULL;
64 delete fDateIgnorables; fDateIgnorables = NULL;
118 return gStaticSets->fDateIgnorables;
smpdtfst.h 40 UnicodeSet *fDateIgnorables;

Completed in 195 milliseconds