Searched refs:dispNameLen (Results 1 – 1 of 1) sorted by relevance
833 int32_t dispNameLen = 0; in uloc_getDisplayKeywordValue() local840 … dispName = ures_getStringByIndex(currency, UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()858 if(dispNameLen <= destCapacity){ in uloc_getDisplayKeywordValue()859 u_memcpy(dest, dispName, dispNameLen); in uloc_getDisplayKeywordValue()860 return u_terminateUChars(dest, destCapacity, dispNameLen, status); in uloc_getDisplayKeywordValue()863 return dispNameLen; in uloc_getDisplayKeywordValue()