Home
last modified time | relevance | path

Searched refs:createArrayCopy (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dfmtable.cpp80 static Formattable* createArrayCopy(const Formattable* array, int32_t count) { in createArrayCopy() function
203 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable()
236 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =()
591 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray()