Home | History | Annotate | Download | only in common

Lines Matching refs:dispName

830         const UChar *dispName = NULL;
836 dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status);
852 /* now copy the dispName over if not NULL */
853 if(dispName != NULL){
855 uprv_memcpy(dest, dispName, dispNameLen * U_SIZEOF_UCHAR);