Searched refs:fAbbreviatedDayPeriods (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 400 assignArray(fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount, in copyData() 401 other.fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriodsCount); in copyData() 491 delete[] fAbbreviatedDayPeriods; in dispose() 605 … arrayCompare(fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount) && in operator ==() 2086 fAbbreviatedDayPeriods = NULL; in initializeData() 2272 fAbbreviatedDayPeriods = loadDayPeriodStrings(calendarSink, in initializeData()
|
D | smpdtfmt.cpp | 1830 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat() 1904 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat() 1923 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat() 3605 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse() 3634 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 869 UnicodeString *fAbbreviatedDayPeriods; variable
|