Home
last modified time | relevance | path

Searched refs:fWideDayPeriods (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp396 assignArray(fWideDayPeriods, fWideDayPeriodsCount, in copyData()
397 other.fWideDayPeriods, other.fWideDayPeriodsCount); in copyData()
492 delete[] fWideDayPeriods; in dispose()
606 arrayCompare(fWideDayPeriods, other.fWideDayPeriods, fWideDayPeriodsCount) && in operator ==()
2088 fWideDayPeriods = NULL; in initializeData()
2266 fWideDayPeriods = loadDayPeriodStrings(calendarSink, in initializeData()
Dsmpdtfmt.cpp1832 toAppend = &fSymbols->fWideDayPeriods[val]; in subFormat()
1906 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
1925 toAppend = &fSymbols->fWideDayPeriods[index]; in subFormat()
3618 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse()
3646 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fWideDayPeriods, in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h875 UnicodeString *fWideDayPeriods; variable