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