• Home
  • Raw
  • Download

Lines Matching refs:fSharedNumberFormatters

310     if (fSharedNumberFormatters == NULL ||  in getNumberFormatByIndex()
311 fSharedNumberFormatters[index] == NULL) { in getNumberFormatByIndex()
314 return &(**fSharedNumberFormatters[index]); in getNumberFormatByIndex()
322 if (fSharedNumberFormatters) { in ~SimpleDateFormat()
323 freeSharedNumberFormatters(fSharedNumberFormatters); in ~SimpleDateFormat()
341 fSharedNumberFormatters(NULL), in SimpleDateFormat()
357 fSharedNumberFormatters(NULL), in SimpleDateFormat()
378 fSharedNumberFormatters(NULL), in SimpleDateFormat()
401 fSharedNumberFormatters(NULL), in SimpleDateFormat()
424 fSharedNumberFormatters(NULL), in SimpleDateFormat()
450 fSharedNumberFormatters(NULL), in SimpleDateFormat()
472 fSharedNumberFormatters(NULL), in SimpleDateFormat()
495 fSharedNumberFormatters(NULL), in SimpleDateFormat()
518 fSharedNumberFormatters(NULL), in SimpleDateFormat()
554 fSharedNumberFormatters(NULL), in SimpleDateFormat()
599 if (fSharedNumberFormatters != NULL) { in operator =()
600 freeSharedNumberFormatters(fSharedNumberFormatters); in operator =()
601 fSharedNumberFormatters = NULL; in operator =()
603 if (other.fSharedNumberFormatters != NULL) { in operator =()
604 fSharedNumberFormatters = allocSharedNumberFormatters(); in operator =()
605 if (fSharedNumberFormatters) { in operator =()
608 other.fSharedNumberFormatters[i], in operator =()
609 fSharedNumberFormatters[i]); in operator =()
1258 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1259 fSharedNumberFormatters = allocSharedNumberFormatters(); in initNumberFormatters()
1260 if (fSharedNumberFormatters == NULL) { in initNumberFormatters()
1354 SharedObject::copyPtr(snf, fSharedNumberFormatters[kDateFields[i]]); in processOverrideString()
1363 SharedObject::copyPtr(snf, fSharedNumberFormatters[kTimeFields[i]]); in processOverrideString()
1379 SharedObject::copyPtr(snf, fSharedNumberFormatters[patternCharIndex]); in processOverrideString()
1989 if (fSharedNumberFormatters) { in adoptNumberFormat()
1990 freeSharedNumberFormatters(fSharedNumberFormatters); in adoptNumberFormat()
1991 fSharedNumberFormatters = NULL; in adoptNumberFormat()
2008 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
2009 fSharedNumberFormatters = allocSharedNumberFormatters(); in adoptNumberFormat()
2010 if (fSharedNumberFormatters == NULL) { in adoptNumberFormat()
2032 newFormat, fSharedNumberFormatters[patternCharIndex]); in adoptNumberFormat()