Searched refs:dispNameLen (Results 1 – 1 of 1) sorted by relevance
834 int32_t dispNameLen = 0; in uloc_getDisplayKeywordValue() local844 …e = ures_getStringByIndex(currency.getAlias(), UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()857 if(dispNameLen <= destCapacity){ in uloc_getDisplayKeywordValue()858 u_memcpy(dest, dispName, dispNameLen); in uloc_getDisplayKeywordValue()859 return u_terminateUChars(dest, destCapacity, dispNameLen, status); in uloc_getDisplayKeywordValue()862 return dispNameLen; in uloc_getDisplayKeywordValue()