Lines Matching refs:resLen
554 int32_t resLen = 0; in ucurr_forLocale() local
560 …if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus)))… in ucurr_forLocale()
562 if(buffCapacity > resLen) { in ucurr_forLocale()
565 u_charsToUChars(id, buff, resLen); in ucurr_forLocale()
595 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); in ucurr_forLocale()
607 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); in ucurr_forLocale()
628 if(buffCapacity > resLen) { in ucurr_forLocale()
633 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
638 return resLen; in ucurr_forLocale()
2385 int32_t resLen = 0; in ucurr_forLocaleAndDate() local
2397 … resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus); in ucurr_forLocaleAndDate()
2435 s = ures_getStringByKey(currencyRes, "id", &resLen, &localStatus); in ucurr_forLocaleAndDate()
2505 if((buffCapacity> resLen) && matchFound) in ucurr_forLocaleAndDate()
2517 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocaleAndDate()
2529 return resLen; in ucurr_forLocaleAndDate()