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

/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
200 fValue.fArrayAndCount.fCount = count;
231 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
233 source.fValue.fArrayAndCount.fCount);
301 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
306 for (i=0; i<fValue.fArrayAndCount
[all...]
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
200 fValue.fArrayAndCount.fCount = count;
231 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
233 source.fValue.fArrayAndCount.fCount);
301 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
306 for (i=0; i<fValue.fArrayAndCount
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
704 } fArrayAndCount; member in union:Formattable::__anon12143
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
704 } fArrayAndCount; member in union:Formattable::__anon21930

Completed in 157 milliseconds