• Home
  • Raw
  • Download

Lines Matching refs:fSymbols

329     delete fSymbols;  in ~SimpleDateFormat()
347 fSymbols(NULL), in SimpleDateFormat()
363 fSymbols(NULL), in SimpleDateFormat()
372 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
384 fSymbols(NULL), in SimpleDateFormat()
393 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
418 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
441 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
456 fSymbols(symbolsToAdopt), in SimpleDateFormat()
478 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat()
501 fSymbols(NULL), in SimpleDateFormat()
524 fSymbols(NULL), in SimpleDateFormat()
532 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
536 delete fSymbols; in SimpleDateFormat()
538 fSymbols = new DateFormatSymbols(status); in SimpleDateFormat()
540 if (fSymbols == 0) { in SimpleDateFormat()
560 fSymbols(NULL), in SimpleDateFormat()
580 delete fSymbols; in operator =()
581 fSymbols = NULL; in operator =()
583 if (other.fSymbols) in operator =()
584 fSymbols = new DateFormatSymbols(*other.fSymbols); in operator =()
651 fSymbols != NULL && // Check for pathological object in operator ==()
652 that->fSymbols != NULL && // Check for pathological object in operator ==()
653 *fSymbols == *that->fSymbols && in operator ==()
718 fSymbols = DateFormatSymbols::createForLocale(locale, status); in construct()
721 if (fSymbols == 0) { in construct()
1528 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat()
1531 _appendSymbol(appendTo, value, fSymbols->fEraNames, fSymbols->fEraNamesCount); in subFormat()
1534 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat()
1541 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat()
1543 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat()
1582 …int32_t isLeapMonth = (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >… in subFormat()
1587 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
1588 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatNarrow]… in subFormat()
1590 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneNarrowMonths, fSymbols->fStand… in subFormat()
1591 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneNar… in subFormat()
1596 … _appendSymbolWithMonthPattern(appendTo, value, fSymbols->fMonths, fSymbols->fMonthsCount, in subFormat()
1597 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatWide]):… in subFormat()
1600 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
1601 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneWid… in subFormat()
1606 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, in subFormat()
1607 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatAbbrev]… in subFormat()
1610 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneShortMonths, fSymbols->fStanda… in subFormat()
1611 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneAbb… in subFormat()
1618 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternNumeric]): NU… in subFormat()
1667 _appendSymbol(appendTo, value, fSymbols->fNarrowWeekdays, in subFormat()
1668 fSymbols->fNarrowWeekdaysCount); in subFormat()
1671 _appendSymbol(appendTo, value, fSymbols->fWeekdays, in subFormat()
1672 fSymbols->fWeekdaysCount); in subFormat()
1675 _appendSymbol(appendTo, value, fSymbols->fShorterWeekdays, in subFormat()
1676 fSymbols->fShorterWeekdaysCount); in subFormat()
1679 _appendSymbol(appendTo, value, fSymbols->fShortWeekdays, in subFormat()
1680 fSymbols->fShortWeekdaysCount); in subFormat()
1701 _appendSymbol(appendTo, value, fSymbols->fStandaloneNarrowWeekdays, in subFormat()
1702 fSymbols->fStandaloneNarrowWeekdaysCount); in subFormat()
1705 _appendSymbol(appendTo, value, fSymbols->fStandaloneWeekdays, in subFormat()
1706 fSymbols->fStandaloneWeekdaysCount); in subFormat()
1709 _appendSymbol(appendTo, value, fSymbols->fStandaloneShorterWeekdays, in subFormat()
1710 fSymbols->fStandaloneShorterWeekdaysCount); in subFormat()
1713 _appendSymbol(appendTo, value, fSymbols->fStandaloneShortWeekdays, in subFormat()
1714 fSymbols->fStandaloneShortWeekdaysCount); in subFormat()
1722 _appendSymbol(appendTo, value, fSymbols->fAmPms, in subFormat()
1723 fSymbols->fAmPmsCount); in subFormat()
1725 _appendSymbol(appendTo, value, fSymbols->fNarrowAmPms, in subFormat()
1726 fSymbols->fNarrowAmPmsCount); in subFormat()
1735 appendTo += fSymbols->getTimeSeparatorString(separator); in subFormat()
1867 _appendSymbol(appendTo, value/3, fSymbols->fQuarters, in subFormat()
1868 fSymbols->fQuartersCount); in subFormat()
1870 _appendSymbol(appendTo, value/3, fSymbols->fShortQuarters, in subFormat()
1871 fSymbols->fShortQuartersCount); in subFormat()
1878 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneQuarters, in subFormat()
1879 fSymbols->fStandaloneQuartersCount); in subFormat()
1881 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneShortQuarters, in subFormat()
1882 fSymbols->fStandaloneShortQuartersCount); in subFormat()
1907 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1909 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1911 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1986 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1988 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1990 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
2005 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
2007 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
2009 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
2046 titlecase = fSymbols->fCapitalization[capContextUsageType][0]; in subFormat()
2049 titlecase = fSymbols->fCapitalization[capContextUsageType][1]; in subFormat()
2288 …if (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >= DateFormatSymbols… in parse()
2289 …numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLea… in parse()
3149 …ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, c… in subParse()
3151 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, NULL, cal); in subParse()
3153 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
3227 if (fSymbols->fShortYearNames != NULL) { in subParse()
3228 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
3233 …if (gotNumber && (getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShort… in subParse()
3271 …if (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >= DateFormatSymbols… in subParse()
3273 … wideMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatWide]; in subParse()
3274 … shortMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatAbbrev]; in subParse()
3276 … wideMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneWide]; in subParse()
3277 …shortMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneAbbrev… in subParse()
3283 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
3289 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
3293 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
3299 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneShortMonths, fSymbols->fStand… in subParse()
3355fSymbols->fWeekdays, fSymbols->fWeekdaysCount, NULL, cal)) > 0) in subParse()
3361fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, NULL, cal)) > 0) in subParse()
3367fSymbols->fShorterWeekdays, fSymbols->fShorterWeekdaysCount, NULL, cal)) > 0) in subParse()
3373fSymbols->fNarrowWeekdays, fSymbols->fNarrowWeekdaysCount, NULL, cal)) > 0) in subParse()
3395fSymbols->fStandaloneWeekdays, fSymbols->fStandaloneWeekdaysCount, NULL, cal)) > 0) in subParse()
3400fSymbols->fStandaloneShortWeekdays, fSymbols->fStandaloneShortWeekdaysCount, NULL, cal)) > 0) in subParse()
3405fSymbols->fStandaloneShorterWeekdays, fSymbols->fStandaloneShorterWeekdaysCount, NULL, cal)) > 0) in subParse()
3420 …if ((newStart = matchString(text, start, UCAL_AM_PM, fSymbols->fAmPms, fSymbols->fAmPmsCount, NULL… in subParse()
3426 …if ((newStart = matchString(text, start, UCAL_AM_PM, fSymbols->fNarrowAmPms, fSymbols->fNarrowAmPm… in subParse()
3461 fSymbols->fQuarters, fSymbols->fQuartersCount, cal)) > 0) in subParse()
3466fSymbols->fShortQuarters, fSymbols->fShortQuartersCount, cal)) > 0) in subParse()
3493fSymbols->fStandaloneQuarters, fSymbols->fStandaloneQuartersCount, cal)) > 0) in subParse()
3498fSymbols->fStandaloneShortQuarters, fSymbols->fStandaloneShortQuartersCount, cal)) > 0) in subParse()
3660 fSymbols->getTimeSeparatorString(data[0]); in subParse()
3689 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse()
3695 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse()
3702 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse()
3718 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse()
3719 fSymbols->fAbbreviatedDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
3724 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse()
3725 fSymbols->fNarrowDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
3730 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse()
3731 fSymbols->fWideDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
3948 fSymbols->fLocalPatternChars, status); in toLocalizedPattern()
4004 fSymbols->fLocalPatternChars, in applyLocalizedPattern()
4013 return fSymbols; in getDateFormatSymbols()
4021 delete fSymbols; in adoptDateFormatSymbols()
4022 fSymbols = newFormatSymbols; in adoptDateFormatSymbols()
4029 delete fSymbols; in setDateFormatSymbols()
4030 fSymbols = new DateFormatSymbols(newFormatSymbols); in setDateFormatSymbols()
4076 delete fSymbols; in adoptCalendar()
4077 fSymbols = newSymbols; in adoptCalendar()