Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp403 …assignArray(fShortZodiacNames, fShortZodiacNamesCount, other.fShortZodiacNames, other.fShortZodiac… in copyData()
406 fShortZodiacNamesCount = 0; in copyData()
544 fShortZodiacNamesCount == other.fShortZodiacNamesCount && in operator ==()
574 arrayCompare(fShortZodiacNames, other.fShortZodiacNames, fShortZodiacNamesCount)) in operator ==()
850 count = fShortZodiacNamesCount; in getZodiacNames()
864 fShortZodiacNamesCount = count; in setZodiacNames()
1537 fShortZodiacNamesCount = 0; in initializeData()
1634 … initField(&fShortZodiacNames, fShortZodiacNamesCount, nameSetZodiacsFmtAbbrev, tempStatus); in initializeData()
Dudat.cpp1065 …setSymbol(syms->fShortZodiacNames, syms->fShortZodiacNamesCount, index, value, valueLength, errorC… in setShortZodiacNames()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h797 int32_t fShortZodiacNamesCount; variable