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 37 fTimeIgnorables(NULL),
41 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), status);
45 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) {
51 fTimeIgnorables->freeze();
58 delete fTimeIgnorables; fTimeIgnorables = NULL;
67 delete fTimeIgnorables; fTimeIgnorables = NULL;
128 return gStaticSets->fTimeIgnorables;
smpdtfst.h 44 UnicodeSet *fTimeIgnorables;

Completed in 53 milliseconds