Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp311 assignArray(fQuarters, fQuartersCount, other.fQuarters, other.fQuartersCount); in copyData()
372 if (fQuarters) delete[] fQuarters; in dispose()
471 arrayCompare(fQuarters, other.fQuarters, fQuartersCount) && in operator ==()
647 returnValue = fQuarters; in getQuarters()
922 if (fQuarters) in setQuarters()
923 delete[] fQuarters; in setQuarters()
924 fQuarters = newUnicodeStringArray(count); in setQuarters()
925 uprv_arrayCopy( quartersArray,fQuarters,count); in setQuarters()
1182 fQuarters = NULL; in initializeData()
1266 …initField(&fQuarters, fQuartersCount, (const UChar *)gLastResortQuarters, kQuarterNum, kQuarterLen… in initializeData()
[all …]
Dudat.cpp656 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
Dsmpdtfmt.cpp1184 _appendSymbol(appendTo, value/3, fSymbols->fQuarters, in subFormat()
2025 fSymbols->fQuarters, fSymbols->fQuartersCount, cal)) > 0) in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h548 UnicodeString *fQuarters; variable