• Home
  • Raw
  • Download

Lines Matching refs:fSymbols

321     delete fSymbols;  in ~SimpleDateFormat()
339 fSymbols(NULL), in SimpleDateFormat()
355 fSymbols(NULL), in SimpleDateFormat()
364 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
376 fSymbols(NULL), in SimpleDateFormat()
385 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
410 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
433 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
448 fSymbols(symbolsToAdopt), in SimpleDateFormat()
470 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat()
493 fSymbols(NULL), in SimpleDateFormat()
516 fSymbols(NULL), in SimpleDateFormat()
524 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat()
528 delete fSymbols; in SimpleDateFormat()
530 fSymbols = new DateFormatSymbols(status); in SimpleDateFormat()
532 if (fSymbols == 0) { in SimpleDateFormat()
552 fSymbols(NULL), in SimpleDateFormat()
572 delete fSymbols; in operator =()
573 fSymbols = NULL; in operator =()
575 if (other.fSymbols) in operator =()
576 fSymbols = new DateFormatSymbols(*other.fSymbols); in operator =()
640 fSymbols != NULL && // Check for pathological object in operator ==()
641 that->fSymbols != NULL && // Check for pathological object in operator ==()
642 *fSymbols == *that->fSymbols && in operator ==()
701 fSymbols = DateFormatSymbols::createForLocale(locale, status); in construct()
704 if (fSymbols == 0) { in construct()
1451 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat()
1454 _appendSymbol(appendTo, value, fSymbols->fEraNames, fSymbols->fEraNamesCount); in subFormat()
1457 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat()
1464 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat()
1466 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat()
1505 …int32_t isLeapMonth = (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >… in subFormat()
1510 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
1511 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatNarrow]… in subFormat()
1513 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneNarrowMonths, fSymbols->fStand… in subFormat()
1514 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneNar… in subFormat()
1519 … _appendSymbolWithMonthPattern(appendTo, value, fSymbols->fMonths, fSymbols->fMonthsCount, in subFormat()
1520 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatWide]):… in subFormat()
1523 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
1524 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneWid… in subFormat()
1529 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, in subFormat()
1530 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatAbbrev]… in subFormat()
1533 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneShortMonths, fSymbols->fStanda… in subFormat()
1534 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneAbb… in subFormat()
1541 …(isLeapMonth!=0)? &(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternNumeric]): NU… in subFormat()
1590 _appendSymbol(appendTo, value, fSymbols->fNarrowWeekdays, in subFormat()
1591 fSymbols->fNarrowWeekdaysCount); in subFormat()
1594 _appendSymbol(appendTo, value, fSymbols->fWeekdays, in subFormat()
1595 fSymbols->fWeekdaysCount); in subFormat()
1598 _appendSymbol(appendTo, value, fSymbols->fShorterWeekdays, in subFormat()
1599 fSymbols->fShorterWeekdaysCount); in subFormat()
1602 _appendSymbol(appendTo, value, fSymbols->fShortWeekdays, in subFormat()
1603 fSymbols->fShortWeekdaysCount); in subFormat()
1624 _appendSymbol(appendTo, value, fSymbols->fStandaloneNarrowWeekdays, in subFormat()
1625 fSymbols->fStandaloneNarrowWeekdaysCount); in subFormat()
1628 _appendSymbol(appendTo, value, fSymbols->fStandaloneWeekdays, in subFormat()
1629 fSymbols->fStandaloneWeekdaysCount); in subFormat()
1632 _appendSymbol(appendTo, value, fSymbols->fStandaloneShorterWeekdays, in subFormat()
1633 fSymbols->fStandaloneShorterWeekdaysCount); in subFormat()
1636 _appendSymbol(appendTo, value, fSymbols->fStandaloneShortWeekdays, in subFormat()
1637 fSymbols->fStandaloneShortWeekdaysCount); in subFormat()
1645 _appendSymbol(appendTo, value, fSymbols->fAmPms, in subFormat()
1646 fSymbols->fAmPmsCount); in subFormat()
1648 _appendSymbol(appendTo, value, fSymbols->fNarrowAmPms, in subFormat()
1649 fSymbols->fNarrowAmPmsCount); in subFormat()
1658 appendTo += fSymbols->getTimeSeparatorString(separator); in subFormat()
1790 _appendSymbol(appendTo, value/3, fSymbols->fQuarters, in subFormat()
1791 fSymbols->fQuartersCount); in subFormat()
1793 _appendSymbol(appendTo, value/3, fSymbols->fShortQuarters, in subFormat()
1794 fSymbols->fShortQuartersCount); in subFormat()
1801 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneQuarters, in subFormat()
1802 fSymbols->fStandaloneQuartersCount); in subFormat()
1804 _appendSymbol(appendTo, value/3, fSymbols->fStandaloneShortQuarters, in subFormat()
1805 fSymbols->fStandaloneShortQuartersCount); in subFormat()
1830 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1832 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1834 toAppend = &fSymbols->fNarrowDayPeriods[val]; in subFormat()
1904 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1906 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1908 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
1923 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1925 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1927 toAppend = &fSymbols->fNarrowDayPeriods[index]; in subFormat()
1960 titlecase = fSymbols->fCapitalization[capContextUsageType][0]; in subFormat()
1963 titlecase = fSymbols->fCapitalization[capContextUsageType][1]; in subFormat()
2200 …if (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >= DateFormatSymbols… in parse()
2201 …numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLea… in parse()
3065 …ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, c… in subParse()
3067 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEraNames, fSymbols->fEraNamesCount, NULL, cal); in subParse()
3069 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
3143 if (fSymbols->fShortYearNames != NULL) { in subParse()
3144 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
3149 …if (gotNumber && (getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShort… in subParse()
3187 …if (fSymbols->fLeapMonthPatterns != NULL && fSymbols->fLeapMonthPatternsCount >= DateFormatSymbols… in subParse()
3189 … wideMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatWide]; in subParse()
3190 … shortMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternFormatAbbrev]; in subParse()
3192 … wideMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneWide]; in subParse()
3193 …shortMonthPat = &fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternStandaloneAbbrev… in subParse()
3199 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
3205 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
3209 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
3215 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneShortMonths, fSymbols->fStand… in subParse()
3271fSymbols->fWeekdays, fSymbols->fWeekdaysCount, NULL, cal)) > 0) in subParse()
3277fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, NULL, cal)) > 0) in subParse()
3283fSymbols->fShorterWeekdays, fSymbols->fShorterWeekdaysCount, NULL, cal)) > 0) in subParse()
3289fSymbols->fNarrowWeekdays, fSymbols->fNarrowWeekdaysCount, NULL, cal)) > 0) in subParse()
3311fSymbols->fStandaloneWeekdays, fSymbols->fStandaloneWeekdaysCount, NULL, cal)) > 0) in subParse()
3316fSymbols->fStandaloneShortWeekdays, fSymbols->fStandaloneShortWeekdaysCount, NULL, cal)) > 0) in subParse()
3321fSymbols->fStandaloneShorterWeekdays, fSymbols->fStandaloneShorterWeekdaysCount, NULL, cal)) > 0) in subParse()
3336 …if ((newStart = matchString(text, start, UCAL_AM_PM, fSymbols->fAmPms, fSymbols->fAmPmsCount, NULL… in subParse()
3342 …if ((newStart = matchString(text, start, UCAL_AM_PM, fSymbols->fNarrowAmPms, fSymbols->fNarrowAmPm… in subParse()
3377 fSymbols->fQuarters, fSymbols->fQuartersCount, cal)) > 0) in subParse()
3382fSymbols->fShortQuarters, fSymbols->fShortQuartersCount, cal)) > 0) in subParse()
3409fSymbols->fStandaloneQuarters, fSymbols->fStandaloneQuartersCount, cal)) > 0) in subParse()
3414fSymbols->fStandaloneShortQuarters, fSymbols->fStandaloneShortQuartersCount, cal)) > 0) in subParse()
3576 fSymbols->getTimeSeparatorString(data[0]); in subParse()
3605 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse()
3611 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse()
3618 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse()
3634 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse()
3635 fSymbols->fAbbreviatedDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
3640 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fNarrowDayPeriods, in subParse()
3641 fSymbols->fNarrowDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
3646 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse()
3647 fSymbols->fWideDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
3864 fSymbols->fLocalPatternChars, status); in toLocalizedPattern()
3884 fSymbols->fLocalPatternChars, in applyLocalizedPattern()
3893 return fSymbols; in getDateFormatSymbols()
3901 delete fSymbols; in adoptDateFormatSymbols()
3902 fSymbols = newFormatSymbols; in adoptDateFormatSymbols()
3909 delete fSymbols; in setDateFormatSymbols()
3910 fSymbols = new DateFormatSymbols(newFormatSymbols); in setDateFormatSymbols()
3955 delete fSymbols; in adoptCalendar()
3956 fSymbols = newSymbols; in adoptCalendar()