Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfst.cpp36 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()
Dsmpdtfst.h42 UnicodeSet *fOtherIgnorables; variable