Searched refs:fStandaloneShortMonths (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 302 …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 …]
|
D | udat.cpp | 733 …setSymbol(syms->fStandaloneShortMonths, syms->fStandaloneShortMonthsCount, index, value, valueLeng… in setStandaloneShortMonth()
|
D | smpdtfmt.cpp | 1305 …_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/ |
D | dtfmtsym.h | 586 UnicodeString* fStandaloneShortMonths; variable
|