Home | History | Annotate | Download | only in i18n

Lines Matching refs:dstArray

244 DateFormatSymbols::assignArray(UnicodeString*& dstArray,
262 dstArray = newUnicodeStringArray(srcCount);
263 if(dstArray != NULL) {
266 dstArray[i].fastCopyFrom(srcArray[i]);