Searched refs:fOtherIgnorables (Results 1 – 2 of 2) sorted by relevance
38 fOtherIgnorables(NULL) in SimpleDateFormatStaticSets()42 fOtherIgnorables = new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), status); in SimpleDateFormatStaticSets()45 if (fDateIgnorables == NULL || fTimeIgnorables == NULL || fOtherIgnorables == NULL) { in SimpleDateFormatStaticSets()52 fOtherIgnorables->freeze(); in SimpleDateFormatStaticSets()59 delete fOtherIgnorables; fOtherIgnorables = NULL; in SimpleDateFormatStaticSets()68 delete fOtherIgnorables; fOtherIgnorables = NULL; in ~SimpleDateFormatStaticSets()131 return gStaticSets->fOtherIgnorables; in getIgnorables()
44 UnicodeSet *fOtherIgnorables; variable