Lines Matching refs:fSymbols
167 delete fSymbols; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
193 fSymbols(NULL), in SimpleDateFormat()
208 fSymbols(NULL), in SimpleDateFormat()
227 fSymbols(NULL), in SimpleDateFormat()
293 fSymbols(symbolsToAdopt), in SimpleDateFormat()
314 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat()
336 fSymbols(NULL), in SimpleDateFormat()
358 fSymbols(NULL), in SimpleDateFormat()
368 delete fSymbols; in SimpleDateFormat()
370 fSymbols = new DateFormatSymbols(status); in SimpleDateFormat()
372 if (fSymbols == 0) { in SimpleDateFormat()
391 fSymbols(NULL), in SimpleDateFormat()
408 delete fSymbols; in operator =()
409 fSymbols = NULL; in operator =()
411 if (other.fSymbols) in operator =()
412 fSymbols = new DateFormatSymbols(*other.fSymbols); in operator =()
440 fSymbols != NULL && // Check for pathological object in operator ==()
441 that->fSymbols != NULL && // Check for pathological object in operator ==()
442 *fSymbols == *that->fSymbols && in operator ==()
482 if (fSymbols == 0) { in construct()
660 fSymbols = NULL; in initializeSymbols()
663 fSymbols = new DateFormatSymbols(locale, calendar?calendar->getType() :NULL , status); in initializeSymbols()
665 if (fSymbols == NULL) { in initializeSymbols()
959 int32_t prefixLen = fSymbols->fGmtFormat.indexOf((UChar)0x007B /* '{' */); in parseGMT()
960 … if (prefixLen > 0 && text.compare(start, prefixLen, fSymbols->fGmtFormat, 0, prefixLen) == 0) { in parseGMT()
1172 if (fSymbols->fGmtFormat.length() == 0) { in isDefaultGMTFormat()
1175 } else if (fSymbols->fGmtFormat.compare(gDefGmtPat, kGmtPatLen) != 0) { in isDefaultGMTFormat()
1179 …if (fSymbols->fGmtHourFormats == NULL || fSymbols->fGmtHourFormatsCount != DateFormatSymbols::GMT_… in isDefaultGMTFormat()
1182 …} else if ((fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HMS].compare(gDefGmtNegHmsPa… in isDefaultGMTFormat()
1183 …|| (fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HM].compare(gDefGmtNegHmPat, kNegHmL… in isDefaultGMTFormat()
1184 …|| (fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HMS].compare(gDefGmtPosHmsPat, kPosH… in isDefaultGMTFormat()
1185 …|| (fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HM].compare(gDefGmtPosHmPat, kPosHmL… in isDefaultGMTFormat()
1237 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HMS]); in initGMTFormatters()
1240 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HM]); in initGMTFormatters()
1243 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HMS]); in initGMTFormatters()
1246 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HM]); in initGMTFormatters()
1249 fGMTFormatters[i] = new MessageFormat(fSymbols->fGmtFormat, status); in initGMTFormatters()
1479 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat()
1481 _appendSymbol(appendTo, value, fSymbols->fEraNames, fSymbols->fEraNamesCount); in subFormat()
1483 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat()
1515 _appendSymbol(appendTo, value, fSymbols->fNarrowMonths, in subFormat()
1516 fSymbols->fNarrowMonthsCount); in subFormat()
1518 _appendSymbol(appendTo, value, fSymbols->fMonths, in subFormat()
1519 fSymbols->fMonthsCount); in subFormat()
1521 _appendSymbol(appendTo, value, fSymbols->fShortMonths, in subFormat()
1522 fSymbols->fShortMonthsCount); in subFormat()
1533 _appendSymbol(appendTo, value, fSymbols->fStandaloneNarrowMonths, in subFormat()
1534 fSymbols->fStandaloneNarrowMonthsCount); in subFormat()
1536 _appendSymbol(appendTo, value, fSymbols->fStandaloneMonths, in subFormat()
1537 fSymbols->fStandaloneMonthsCount); in subFormat()
1539 _appendSymbol(appendTo, value, fSymbols->fStandaloneShortMonths, in subFormat()
1540 fSymbols->fStandaloneShortMonthsCount); in subFormat()
1590 _appendSymbol(appendTo, value, fSymbols->fNarrowWeekdays, in subFormat()
1591 fSymbols->fNarrowWeekdaysCount); in subFormat()
1593 _appendSymbol(appendTo, value, fSymbols->fWeekdays, in subFormat()
1594 fSymbols->fWeekdaysCount); in subFormat()
1596 _appendSymbol(appendTo, value, fSymbols->fShortWeekdays, in subFormat()
1597 fSymbols->fShortWeekdaysCount); in subFormat()
1615 _appendSymbol(appendTo, value, fSymbols->fStandaloneNarrowWeekdays, in subFormat()
1616 fSymbols->fStandaloneNarrowWeekdaysCount); in subFormat()
1618 _appendSymbol(appendTo, value, fSymbols->fStandaloneWeekdays, in subFormat()
1619 fSymbols->fStandaloneWeekdaysCount); in subFormat()
1621 _appendSymbol(appendTo, value, fSymbols->fStandaloneShortWeekdays, in subFormat()
1622 fSymbols->fStandaloneShortWeekdaysCount); in subFormat()
1627 _appendSymbol(appendTo, value, fSymbols->fAmPms, in subFormat()
1628 fSymbols->fAmPmsCount); in subFormat()
1651 const ZoneStringFormat *zsf = fSymbols->getZoneStringFormat(); in subFormat()
1703 _appendSymbol(appendTo, value/3, fSymbols->fQuarters, in subFormat()
1704 fSymbols->fQuartersCount); in subFormat()
1706 _appendSymbol(appendTo, value/3, fSymbols->fShortQuarters, in subFormat()
1707 fSymbols->fShortQuartersCount); in subFormat()
1714 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneQuarters, in subFormat()
1715 fSymbols->fStandaloneQuartersCount); in subFormat()
1717 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneShortQuarters, in subFormat()
1718 fSymbols->fStandaloneShortQuartersCount); in subFormat()
2464 … ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, cal); in subParse()
2467 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, cal); in subParse()
2470 ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, cal); in subParse()
2568 fSymbols->fMonths, fSymbols->fMonthsCount, cal)) > 0) in subParse()
2572 fSymbols->fShortMonths, fSymbols->fShortMonthsCount, cal); in subParse()
2590 … fSymbols->fStandaloneMonths, fSymbols->fStandaloneMonthsCount, cal)) > 0) in subParse()
2594 … fSymbols->fStandaloneShortMonths, fSymbols->fStandaloneShortMonthsCount, cal); in subParse()
2638 fSymbols->fWeekdays, fSymbols->fWeekdaysCount, cal)) > 0) in subParse()
2642 … fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, cal)) > 0) in subParse()
2647 fSymbols->fNarrowWeekdays, fSymbols->fNarrowWeekdaysCount, cal); in subParse()
2662 … fSymbols->fStandaloneWeekdays, fSymbols->fStandaloneWeekdaysCount, cal)) > 0) in subParse()
2666 … fSymbols->fStandaloneShortWeekdays, fSymbols->fStandaloneShortWeekdaysCount, cal); in subParse()
2670 return matchString(text, start, UCAL_AM_PM, fSymbols->fAmPms, fSymbols->fAmPmsCount, cal); in subParse()
2694 fSymbols->fQuarters, fSymbols->fQuartersCount, cal)) > 0) in subParse()
2698 fSymbols->fShortQuarters, fSymbols->fShortQuartersCount, cal); in subParse()
2716 … fSymbols->fStandaloneQuarters, fSymbols->fStandaloneQuartersCount, cal)) > 0) in subParse()
2720 … fSymbols->fStandaloneShortQuarters, fSymbols->fStandaloneShortQuartersCount, cal); in subParse()
2821 const ZoneStringFormat *zsf = fSymbols->getZoneStringFormat(); in subParse()
3024 …translatePattern(fPattern, result, DateFormatSymbols::getPatternUChars(), fSymbols->fLocalPatternC… in toLocalizedPattern()
3042 …translatePattern(pattern, fPattern, fSymbols->fLocalPatternChars, DateFormatSymbols::getPatternUCh… in applyLocalizedPattern()
3050 return fSymbols; in getDateFormatSymbols()
3058 delete fSymbols; in adoptDateFormatSymbols()
3059 fSymbols = newFormatSymbols; in adoptDateFormatSymbols()
3066 delete fSymbols; in setDateFormatSymbols()
3067 fSymbols = new DateFormatSymbols(newFormatSymbols); in setDateFormatSymbols()
3078 delete fSymbols; in adoptCalendar()
3079 fSymbols=NULL; in adoptCalendar()