Lines Matching refs:fSharedNumberFormatters
301 if (fSharedNumberFormatters == NULL || in getNumberFormatByIndex()
302 fSharedNumberFormatters[index] == NULL) { in getNumberFormatByIndex()
305 return &(**fSharedNumberFormatters[index]); in getNumberFormatByIndex()
364 if (fSharedNumberFormatters) { in ~SimpleDateFormat()
365 freeSharedNumberFormatters(fSharedNumberFormatters); in ~SimpleDateFormat()
382 fSharedNumberFormatters(NULL), in SimpleDateFormat()
398 fSharedNumberFormatters(NULL), in SimpleDateFormat()
419 fSharedNumberFormatters(NULL), in SimpleDateFormat()
442 fSharedNumberFormatters(NULL), in SimpleDateFormat()
465 fSharedNumberFormatters(NULL), in SimpleDateFormat()
491 fSharedNumberFormatters(NULL), in SimpleDateFormat()
513 fSharedNumberFormatters(NULL), in SimpleDateFormat()
536 fSharedNumberFormatters(NULL), in SimpleDateFormat()
559 fSharedNumberFormatters(NULL), in SimpleDateFormat()
595 fSharedNumberFormatters(NULL), in SimpleDateFormat()
638 if (fSharedNumberFormatters != NULL) { in operator =()
639 freeSharedNumberFormatters(fSharedNumberFormatters); in operator =()
640 fSharedNumberFormatters = NULL; in operator =()
642 if (other.fSharedNumberFormatters != NULL) { in operator =()
643 fSharedNumberFormatters = allocSharedNumberFormatters(); in operator =()
644 if (fSharedNumberFormatters) { in operator =()
647 other.fSharedNumberFormatters[i], in operator =()
648 fSharedNumberFormatters[i]); in operator =()
1257 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1258 fSharedNumberFormatters = allocSharedNumberFormatters(); in initNumberFormatters()
1259 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1353 SharedObject::copyPtr(snf, fSharedNumberFormatters[kDateFields[i]]); in processOverrideString()
1361 SharedObject::copyPtr(snf, fSharedNumberFormatters[kTimeFields[i]]); in processOverrideString()
1377 SharedObject::copyPtr(snf, fSharedNumberFormatters[patternCharIndex]); in processOverrideString()
1854 if (fSharedNumberFormatters) { in adoptNumberFormat()
1855 freeSharedNumberFormatters(fSharedNumberFormatters); in adoptNumberFormat()
1856 fSharedNumberFormatters = NULL; in adoptNumberFormat()
1868 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
1869 fSharedNumberFormatters = allocSharedNumberFormatters(); in adoptNumberFormat()
1870 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
1892 newFormat, fSharedNumberFormatters[patternCharIndex]); in adoptNumberFormat()