Searched refs:fArrayAndCount (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dfmtable.cpp196 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
197 fValue.fArrayAndCount.fCount = count;
228 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
229 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
230 source.fValue.fArrayAndCount.fCount);
298 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
303 for (i=0; i<fValue.fArrayAndCount
[all...]
/external/icu4c/i18n/unicode/
H A Dfmtable.h432 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
453 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
636 } fArrayAndCount; member in union:Formattable::__anon5379

Completed in 73 milliseconds