Home
last modified time | relevance | path

Searched refs:fAbbreviatedDayPeriodsCount (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()
570 fAbbreviatedDayPeriodsCount == other.fAbbreviatedDayPeriodsCount && in operator ==()
606 … arrayCompare(fAbbreviatedDayPeriods, other.fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount) && in operator ==()
2084 fAbbreviatedDayPeriodsCount = 0; in initializeData()
2271 fAbbreviatedDayPeriodsCount, status); in initializeData()
Dsmpdtfmt.cpp3651 fSymbols->fAbbreviatedDayPeriodsCount, *dayPeriod)) > 0) { in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h872 int32_t fAbbreviatedDayPeriodsCount; variable