Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp401 assignArray(fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount, in copyData()
402 other.fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriodsCount); in copyData()
492 delete[] fAbbreviatedDayPeriods; in dispose()
606 … arrayCompare(fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount) && in operator ==()
2083 fAbbreviatedDayPeriods = NULL; in initializeData()
2269 fAbbreviatedDayPeriods = loadDayPeriodStrings(calendarSink, in initializeData()
Dsmpdtfmt.cpp1843 toAppend = &fSymbols->fAbbreviatedDayPeriods[val]; in subFormat()
1917 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
1936 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // i.e. short in subFormat()
3621 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse()
3650 if ((newStart = matchDayPeriodStrings(text, start, fSymbols->fAbbreviatedDayPeriods, in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h871 UnicodeString *fAbbreviatedDayPeriods; variable