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

  /external/icu/icu4c/source/i18n/
smpdtfst.cpp 35 fTimeIgnorables(NULL),
39 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), status);
43 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
49 fTimeIgnorables->freeze();
56 delete fTimeIgnorables; fTimeIgnorables = NULL;
65 delete fTimeIgnorables; fTimeIgnorables = NULL;
126 return gStaticSets->fTimeIgnorables;
smpdtfst.h 41 UnicodeSet *fTimeIgnorables;

Completed in 51 milliseconds