Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp400 assignArray(fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount, in copyData()
401 other.fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriodsCount); in copyData()
569 fAbbreviatedDayPeriodsCount == other.fAbbreviatedDayPeriodsCount && in operator ==()
605 … arrayCompare(fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount) && in operator ==()
2087 fAbbreviatedDayPeriodsCount = 0; in initializeData()
2274 fAbbreviatedDayPeriodsCount, status); in initializeData()
Dsmpdtfmt.cpp3635 fSymbols->fAbbreviatedDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h870 int32_t fAbbreviatedDayPeriodsCount; variable