Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp392 assignArray(fQuarters, fQuartersCount, other.fQuarters, other.fQuartersCount); in copyData()
484 delete[] fQuarters; in dispose()
598 arrayCompare(fQuarters, other.fQuarters, fQuartersCount) && in operator ==()
802 returnValue = fQuarters; in getQuarters()
1165 if (fQuarters) in setQuarters()
1166 delete[] fQuarters; in setQuarters()
1167 fQuarters = newUnicodeStringArray(count); in setQuarters()
1168 uprv_arrayCopy( quartersArray,fQuarters,count); in setQuarters()
2068 fQuarters = NULL; in initializeData()
2351 initField(&fQuarters, fQuartersCount, calendarSink, in initializeData()
[all …]
Dudat.cpp1032 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
Dsmpdtfmt.cpp1790 _appendSymbol(appendTo, value/3, fSymbols->fQuarters, in subFormat()
3377 fSymbols->fQuarters, fSymbols->fQuartersCount, cal)) > 0) in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h767 UnicodeString *fQuarters; variable