Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dfmtable.cpp73 static Formattable* createArrayCopy(const Formattable* array, int32_t count) { in createArrayCopy() function
196 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable()
229 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =()
579 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray()