Lines Matching refs:fSharedNumberFormatters
297 if (fSharedNumberFormatters == NULL || in getNumberFormatByIndex()
298 fSharedNumberFormatters[index] == NULL) { in getNumberFormatByIndex()
301 return &(**fSharedNumberFormatters[index]); in getNumberFormatByIndex()
360 if (fSharedNumberFormatters) { in ~SimpleDateFormat()
361 freeSharedNumberFormatters(fSharedNumberFormatters); in ~SimpleDateFormat()
378 fSharedNumberFormatters(NULL), in SimpleDateFormat()
394 fSharedNumberFormatters(NULL), in SimpleDateFormat()
415 fSharedNumberFormatters(NULL), in SimpleDateFormat()
438 fSharedNumberFormatters(NULL), in SimpleDateFormat()
461 fSharedNumberFormatters(NULL), in SimpleDateFormat()
487 fSharedNumberFormatters(NULL), in SimpleDateFormat()
509 fSharedNumberFormatters(NULL), in SimpleDateFormat()
532 fSharedNumberFormatters(NULL), in SimpleDateFormat()
555 fSharedNumberFormatters(NULL), in SimpleDateFormat()
591 fSharedNumberFormatters(NULL), in SimpleDateFormat()
634 if (fSharedNumberFormatters != NULL) { in operator =()
635 freeSharedNumberFormatters(fSharedNumberFormatters); in operator =()
636 fSharedNumberFormatters = NULL; in operator =()
638 if (other.fSharedNumberFormatters != NULL) { in operator =()
639 fSharedNumberFormatters = allocSharedNumberFormatters(); in operator =()
640 if (fSharedNumberFormatters) { in operator =()
643 other.fSharedNumberFormatters[i], in operator =()
644 fSharedNumberFormatters[i]); in operator =()
1235 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1236 fSharedNumberFormatters = allocSharedNumberFormatters(); in initNumberFormatters()
1237 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1331 SharedObject::copyPtr(snf, fSharedNumberFormatters[kDateFields[i]]); in processOverrideString()
1339 SharedObject::copyPtr(snf, fSharedNumberFormatters[kTimeFields[i]]); in processOverrideString()
1355 SharedObject::copyPtr(snf, fSharedNumberFormatters[patternCharIndex]); in processOverrideString()
1831 if (fSharedNumberFormatters) { in adoptNumberFormat()
1832 freeSharedNumberFormatters(fSharedNumberFormatters); in adoptNumberFormat()
1833 fSharedNumberFormatters = NULL; in adoptNumberFormat()
1845 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
1846 fSharedNumberFormatters = allocSharedNumberFormatters(); in adoptNumberFormat()
1847 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
1869 newFormat, fSharedNumberFormatters[patternCharIndex]); in adoptNumberFormat()