Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfst.cpp35 fTimeIgnorables(NULL), in SimpleDateFormatStaticSets()
39 fTimeIgnorables = new UnicodeSet(UNICODE_STRING("[-.:[:whitespace:]]", 19), status); in SimpleDateFormatStaticSets()
43 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) { in SimpleDateFormatStaticSets()
49 fTimeIgnorables->freeze(); in SimpleDateFormatStaticSets()
56 delete fTimeIgnorables; fTimeIgnorables = NULL; in SimpleDateFormatStaticSets()
65 delete fTimeIgnorables; fTimeIgnorables = NULL; in ~SimpleDateFormatStaticSets()
126 return gStaticSets->fTimeIgnorables; in getIgnorables()
Dsmpdtfst.h41 UnicodeSet *fTimeIgnorables; variable