Searched refs:fWideDayPeriods (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 396 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()
|
D | smpdtfmt.cpp | 1832 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/ |
D | dtfmtsym.h | 875 UnicodeString *fWideDayPeriods; variable
|