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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h155 * @param arrayToCopy the Formattable object array.
159 Formattable(const Formattable* arrayToCopy, int32_t count);
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h155 * @param arrayToCopy the Formattable object array.
159 Formattable(const Formattable* arrayToCopy, int32_t count);
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp194 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) argument
199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp194 Formattable::Formattable(const Formattable* arrayToCopy, int32_t count) argument
199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);

Completed in 139 milliseconds