Home
last modified time | relevance | path

Searched refs:fTimeIgnorables (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsmpdtfst.cpp37 fTimeIgnorables(NULL), in SimpleDateFormatStaticSets()
41 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), status); in SimpleDateFormatStaticSets()
45 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) { in SimpleDateFormatStaticSets()
51 fTimeIgnorables->freeze(); in SimpleDateFormatStaticSets()
58 delete fTimeIgnorables; fTimeIgnorables = NULL; in SimpleDateFormatStaticSets()
67 delete fTimeIgnorables; fTimeIgnorables = NULL; in ~SimpleDateFormatStaticSets()
128 return gStaticSets->fTimeIgnorables; in getIgnorables()
Dsmpdtfst.h43 UnicodeSet *fTimeIgnorables; variable