Home | History | Annotate | Download | only in i18n

Lines Matching refs:dstArray

299 DateFormatSymbols::assignArray(UnicodeString*& dstArray,
317 dstArray = newUnicodeStringArray(srcCount);
318 if(dstArray != NULL) {
321 dstArray[i].fastCopyFrom(srcArray[i]);