Searched refs:fQuarters (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 392 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 …]
|
D | udat.cpp | 1032 setSymbol(syms->fQuarters, syms->fQuartersCount, index, value, valueLength, errorCode); in setQuarter()
|
D | smpdtfmt.cpp | 1790 _appendSymbol(appendTo, value/3, fSymbols->fQuarters, in subFormat() 3377 fSymbols->fQuarters, fSymbols->fQuartersCount, cal)) > 0) in subParse()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 767 UnicodeString *fQuarters; variable
|