• Home
  • Raw
  • Download

Lines Matching refs:fSymbols

211     delete fSymbols;  in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
240 fSymbols(NULL), in SimpleDateFormat()
256 fSymbols(NULL), in SimpleDateFormat()
276 fSymbols(NULL), in SimpleDateFormat()
345 fSymbols(symbolsToAdopt), in SimpleDateFormat()
367 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat()
390 fSymbols(NULL), in SimpleDateFormat()
413 fSymbols(NULL), in SimpleDateFormat()
424 delete fSymbols; in SimpleDateFormat()
426 fSymbols = new DateFormatSymbols(status); in SimpleDateFormat()
428 if (fSymbols == 0) { in SimpleDateFormat()
447 fSymbols(NULL), in SimpleDateFormat()
465 delete fSymbols; in operator =()
466 fSymbols = NULL; in operator =()
468 if (other.fSymbols) in operator =()
469 fSymbols = new DateFormatSymbols(*other.fSymbols); in operator =()
502 fSymbols != NULL && // Check for pathological object in operator ==()
503 that->fSymbols != NULL && // Check for pathological object in operator ==()
504 *fSymbols == *that->fSymbols && in operator ==()
544 if (fSymbols == 0) { in construct()
722 fSymbols = NULL; in initializeSymbols()
725 fSymbols = new DateFormatSymbols(locale, calendar?calendar->getType() :NULL , status); in initializeSymbols()
727 if (fSymbols == NULL) { in initializeSymbols()
999 appendTo += fSymbols->fGmtZero; in appendGMT()
1028 int32_t prefixLen = fSymbols->fGmtFormat.indexOf((UChar)0x007B /* '{' */); in parseGMT()
1029 … if (prefixLen > 0 && text.compare(start, prefixLen, fSymbols->fGmtFormat, 0, prefixLen) == 0) { in parseGMT()
1241 if (fSymbols->fGmtFormat.length() == 0) { in isDefaultGMTFormat()
1244 } else if (fSymbols->fGmtFormat.compare(gDefGmtPat, kGmtPatLen) != 0) { in isDefaultGMTFormat()
1248 …if (fSymbols->fGmtHourFormats == NULL || fSymbols->fGmtHourFormatsCount != DateFormatSymbols::GMT_… in isDefaultGMTFormat()
1251 …} else if ((fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HMS].compare(gDefGmtNegHmsPa… in isDefaultGMTFormat()
1252 …|| (fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HM].compare(gDefGmtNegHmPat, kNegHmL… in isDefaultGMTFormat()
1253 …|| (fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HMS].compare(gDefGmtPosHmsPat, kPosH… in isDefaultGMTFormat()
1254 …|| (fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HM].compare(gDefGmtPosHmPat, kPosHmL… in isDefaultGMTFormat()
1306 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HMS]); in initGMTFormatters()
1309 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_NEGATIVE_HM]); in initGMTFormatters()
1312 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HMS]); in initGMTFormatters()
1315 … hourPattern = &(fSymbols->fGmtHourFormats[DateFormatSymbols::GMT_POSITIVE_HM]); in initGMTFormatters()
1318 fGMTFormatters[i] = new MessageFormat(fSymbols->fGmtFormat, status); in initGMTFormatters()
1553 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat()
1555 _appendSymbol(appendTo, value, fSymbols->fEraNames, fSymbols->fEraNamesCount); in subFormat()
1557 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat()
1589 _appendSymbol(appendTo, value, fSymbols->fNarrowMonths, in subFormat()
1590 fSymbols->fNarrowMonthsCount); in subFormat()
1592 _appendSymbol(appendTo, value, fSymbols->fMonths, in subFormat()
1593 fSymbols->fMonthsCount); in subFormat()
1595 _appendSymbol(appendTo, value, fSymbols->fShortMonths, in subFormat()
1596 fSymbols->fShortMonthsCount); in subFormat()
1607 _appendSymbol(appendTo, value, fSymbols->fStandaloneNarrowMonths, in subFormat()
1608 fSymbols->fStandaloneNarrowMonthsCount); in subFormat()
1610 _appendSymbol(appendTo, value, fSymbols->fStandaloneMonths, in subFormat()
1611 fSymbols->fStandaloneMonthsCount); in subFormat()
1613 _appendSymbol(appendTo, value, fSymbols->fStandaloneShortMonths, in subFormat()
1614 fSymbols->fStandaloneShortMonthsCount); in subFormat()
1664 _appendSymbol(appendTo, value, fSymbols->fNarrowWeekdays, in subFormat()
1665 fSymbols->fNarrowWeekdaysCount); in subFormat()
1667 _appendSymbol(appendTo, value, fSymbols->fWeekdays, in subFormat()
1668 fSymbols->fWeekdaysCount); in subFormat()
1670 _appendSymbol(appendTo, value, fSymbols->fShortWeekdays, in subFormat()
1671 fSymbols->fShortWeekdaysCount); in subFormat()
1689 _appendSymbol(appendTo, value, fSymbols->fStandaloneNarrowWeekdays, in subFormat()
1690 fSymbols->fStandaloneNarrowWeekdaysCount); in subFormat()
1692 _appendSymbol(appendTo, value, fSymbols->fStandaloneWeekdays, in subFormat()
1693 fSymbols->fStandaloneWeekdaysCount); in subFormat()
1695 _appendSymbol(appendTo, value, fSymbols->fStandaloneShortWeekdays, in subFormat()
1696 fSymbols->fStandaloneShortWeekdaysCount); in subFormat()
1701 _appendSymbol(appendTo, value, fSymbols->fAmPms, in subFormat()
1702 fSymbols->fAmPmsCount); in subFormat()
1775 _appendSymbol(appendTo, value/3, fSymbols->fQuarters, in subFormat()
1776 fSymbols->fQuartersCount); in subFormat()
1778 _appendSymbol(appendTo, value/3, fSymbols->fShortQuarters, in subFormat()
1779 fSymbols->fShortQuartersCount); in subFormat()
1786 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneQuarters, in subFormat()
1787 fSymbols->fStandaloneQuartersCount); in subFormat()
1789 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneShortQuarters, in subFormat()
1790 fSymbols->fStandaloneShortQuartersCount); in subFormat()
2667 … ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, cal); in subParse()
2669 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, cal); in subParse()
2671 ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, cal); in subParse()
2769 fSymbols->fMonths, fSymbols->fMonthsCount, cal)) > 0) in subParse()
2772fSymbols->fShortMonths, fSymbols->fShortMonthsCount, cal)) > 0) in subParse()
2795fSymbols->fStandaloneMonths, fSymbols->fStandaloneMonthsCount, cal)) > 0) in subParse()
2798fSymbols->fStandaloneShortMonths, fSymbols->fStandaloneShortMonthsCount, cal)) > 0) in subParse()
2851 fSymbols->fWeekdays, fSymbols->fWeekdaysCount, cal)) > 0) in subParse()
2855fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, cal)) > 0) in subParse()
2859fSymbols->fNarrowWeekdays, fSymbols->fNarrowWeekdaysCount, cal)) > 0) in subParse()
2879fSymbols->fStandaloneWeekdays, fSymbols->fStandaloneWeekdaysCount, cal)) > 0) in subParse()
2882fSymbols->fStandaloneShortWeekdays, fSymbols->fStandaloneShortWeekdaysCount, cal)) > 0) in subParse()
2891 return matchString(text, start, UCAL_AM_PM, fSymbols->fAmPms, fSymbols->fAmPmsCount, cal); in subParse()
2919 fSymbols->fQuarters, fSymbols->fQuartersCount, cal)) > 0) in subParse()
2922fSymbols->fShortQuarters, fSymbols->fShortQuartersCount, cal)) > 0) in subParse()
2945fSymbols->fStandaloneQuarters, fSymbols->fStandaloneQuartersCount, cal)) > 0) in subParse()
2948fSymbols->fStandaloneShortQuarters, fSymbols->fStandaloneShortQuartersCount, cal)) > 0) in subParse()
3052 if (text.compare(start, fSymbols->fGmtZero.length(), fSymbols->fGmtZero) == 0) { in subParse()
3053 gmtLen = fSymbols->fGmtZero.length(); in subParse()
3322 fSymbols->fLocalPatternChars, status); in toLocalizedPattern()
3341 fSymbols->fLocalPatternChars, in applyLocalizedPattern()
3350 return fSymbols; in getDateFormatSymbols()
3358 delete fSymbols; in adoptDateFormatSymbols()
3359 fSymbols = newFormatSymbols; in adoptDateFormatSymbols()
3366 delete fSymbols; in setDateFormatSymbols()
3367 fSymbols = new DateFormatSymbols(newFormatSymbols); in setDateFormatSymbols()
3378 delete fSymbols; in adoptCalendar()
3379 fSymbols=NULL; in adoptCalendar()