Home
last modified time | relevance | path

Searched refs:fStandaloneShortMonths (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ddtfmtsym.cpp302 …assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, oth… in copyData()
373 if (fStandaloneShortMonths) delete[] fStandaloneShortMonths; in dispose()
466 … arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) && in operator ==()
572 returnValue = fStandaloneShortMonths; in getMonths()
828 if (fStandaloneShortMonths) in setMonths()
829 delete[] fStandaloneShortMonths; in setMonths()
830 fStandaloneShortMonths = newUnicodeStringArray(count); in setMonths()
831 uprv_arrayCopy( monthsArray,fStandaloneShortMonths,count); in setMonths()
1312 fStandaloneShortMonths = NULL; in initializeData()
1476 …initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, (const UChar *)gLastResortMonthNam… in initializeData()
[all …]
Dudat.cpp733 …setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLeng… in setStandaloneShortMonth()
Dsmpdtfmt.cpp1305 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneShortMonths, fSymbols->fStanda… in subFormat()
2656 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneShortMonths, fSymbols->fStand… in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h586 UnicodeString* fStandaloneShortMonths; variable