Searched refs:dispNameLen (Results 1 – 1 of 1) sorted by relevance
829 int32_t dispNameLen = 0; in uloc_getDisplayKeywordValue() local836 … dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()854 if(dispNameLen <= destCapacity){ in uloc_getDisplayKeywordValue()855 uprv_memcpy(dest, dispName, dispNameLen * U_SIZEOF_UCHAR); in uloc_getDisplayKeywordValue()856 return u_terminateUChars(dest, destCapacity, dispNameLen, status); in uloc_getDisplayKeywordValue()859 return dispNameLen; in uloc_getDisplayKeywordValue()