Home
last modified time | relevance | path

Searched refs:fStandaloneAbbreviatedDayPeriods (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp406 assignArray(fStandaloneAbbreviatedDayPeriods, fStandaloneAbbreviatedDayPeriodsCount, in copyData()
407 … other.fStandaloneAbbreviatedDayPeriods, other.fStandaloneAbbreviatedDayPeriodsCount); in copyData()
494 delete[] fStandaloneAbbreviatedDayPeriods; in dispose()
608 arrayCompare(fStandaloneAbbreviatedDayPeriods, other.fStandaloneAbbreviatedDayPeriods, in operator ==()
2092 fStandaloneAbbreviatedDayPeriods = NULL; in initializeData()
2281 fStandaloneAbbreviatedDayPeriods = loadDayPeriodStrings(calendarSink, in initializeData()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h887 UnicodeString *fStandaloneAbbreviatedDayPeriods; variable