Searched refs:fTimeIgnorables (Results 1 – 2 of 2) sorted by relevance
35 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()
41 UnicodeSet *fTimeIgnorables; variable