Searched refs:fOtherIgnorables (Results 1 – 2 of 2) sorted by relevance
36 fOtherIgnorables(NULL) in SimpleDateFormatStaticSets()40 fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), status); in SimpleDateFormatStaticSets()43 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) { in SimpleDateFormatStaticSets()50 fOtherIgnorables->freeze(); in SimpleDateFormatStaticSets()57 delete fOtherIgnorables; fOtherIgnorables = NULL; in SimpleDateFormatStaticSets()66 delete fOtherIgnorables; fOtherIgnorables = NULL; in ~SimpleDateFormatStaticSets()129 return gStaticSets->fOtherIgnorables; in getIgnorables()
42 UnicodeSet *fOtherIgnorables; variable