HomeSort by relevance Sort by last modified time
    Searched refs:fArrayAndCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 195 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
196 fValue.fArrayAndCount.fCount = count;
230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
231 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
232 source.fValue.fArrayAndCount.fCount);
300 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
305 for (i=0; i<fValue.fArrayAndCount.fCount; ++i)
    [all...]
  /external/icu4c/i18n/
fmtable.cpp 198 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
199 fValue.fArrayAndCount.fCount = count;
230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
231 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
232 source.fValue.fArrayAndCount.fCount);
300 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) {
305 for (i=0; i<fValue.fArrayAndCount.fCount; ++i)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 432 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
453 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
636 } fArrayAndCount;
  /external/icu4c/i18n/unicode/
fmtable.h 444 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
465 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
657 } fArrayAndCount;

Completed in 2522 milliseconds