• Home
  • Raw
  • Download

Lines Matching refs:fSharedNumberFormatters

305     if (fSharedNumberFormatters == NULL ||  in getNumberFormatByIndex()
306 fSharedNumberFormatters[index] == NULL) { in getNumberFormatByIndex()
309 return &(**fSharedNumberFormatters[index]); in getNumberFormatByIndex()
368 if (fSharedNumberFormatters) { in ~SimpleDateFormat()
369 freeSharedNumberFormatters(fSharedNumberFormatters); in ~SimpleDateFormat()
386 fSharedNumberFormatters(NULL), in SimpleDateFormat()
402 fSharedNumberFormatters(NULL), in SimpleDateFormat()
423 fSharedNumberFormatters(NULL), in SimpleDateFormat()
446 fSharedNumberFormatters(NULL), in SimpleDateFormat()
469 fSharedNumberFormatters(NULL), in SimpleDateFormat()
495 fSharedNumberFormatters(NULL), in SimpleDateFormat()
517 fSharedNumberFormatters(NULL), in SimpleDateFormat()
540 fSharedNumberFormatters(NULL), in SimpleDateFormat()
563 fSharedNumberFormatters(NULL), in SimpleDateFormat()
599 fSharedNumberFormatters(NULL), in SimpleDateFormat()
644 if (fSharedNumberFormatters != NULL) { in operator =()
645 freeSharedNumberFormatters(fSharedNumberFormatters); in operator =()
646 fSharedNumberFormatters = NULL; in operator =()
648 if (other.fSharedNumberFormatters != NULL) { in operator =()
649 fSharedNumberFormatters = allocSharedNumberFormatters(); in operator =()
650 if (fSharedNumberFormatters) { in operator =()
653 other.fSharedNumberFormatters[i], in operator =()
654 fSharedNumberFormatters[i]); in operator =()
1266 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1267 fSharedNumberFormatters = allocSharedNumberFormatters(); in initNumberFormatters()
1268 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1362 SharedObject::copyPtr(snf, fSharedNumberFormatters[kDateFields[i]]); in processOverrideString()
1371 SharedObject::copyPtr(snf, fSharedNumberFormatters[kTimeFields[i]]); in processOverrideString()
1387 SharedObject::copyPtr(snf, fSharedNumberFormatters[patternCharIndex]); in processOverrideString()
2000 if (fSharedNumberFormatters) { in adoptNumberFormat()
2001 freeSharedNumberFormatters(fSharedNumberFormatters); in adoptNumberFormat()
2002 fSharedNumberFormatters = NULL; in adoptNumberFormat()
2014 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
2015 fSharedNumberFormatters = allocSharedNumberFormatters(); in adoptNumberFormat()
2016 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
2038 newFormat, fSharedNumberFormatters[patternCharIndex]); in adoptNumberFormat()