Searched refs:dispNameLen (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 829 int32_t dispNameLen = 0; in uloc_getDisplayKeywordValue() local 836 … 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()
|
/external/chromium_org/third_party/icu/source/common/ |
D | locdispnames.cpp | 829 int32_t dispNameLen = 0; in uloc_getDisplayKeywordValue() local 836 … 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()
|