Home
last modified time | relevance | path

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

/external/icu4c/common/
Dlocdispnames.cpp773 int32_t dispNameLen = 0; in uloc_getDisplayKeywordValue() local
780 … dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()
798 if(dispNameLen <= destCapacity){ in uloc_getDisplayKeywordValue()
799 uprv_memcpy(dest, dispName, dispNameLen * U_SIZEOF_UCHAR); in uloc_getDisplayKeywordValue()
800 return u_terminateUChars(dest, destCapacity, dispNameLen, status); in uloc_getDisplayKeywordValue()
803 return dispNameLen; in uloc_getDisplayKeywordValue()