Lines Matching refs:resLen
550 int32_t resLen = 0; in ucurr_forLocale() local
556 …if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus)))… in ucurr_forLocale()
558 if(buffCapacity > resLen) { in ucurr_forLocale()
561 u_charsToUChars(id, buff, resLen); in ucurr_forLocale()
591 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); in ucurr_forLocale()
603 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus); in ucurr_forLocale()
624 if(buffCapacity > resLen) { in ucurr_forLocale()
629 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
634 return resLen; in ucurr_forLocale()
2320 int32_t resLen = 0; in ucurr_forLocaleAndDate() local
2332 … resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus); in ucurr_forLocaleAndDate()
2370 s = ures_getStringByKey(currencyRes, "id", &resLen, &localStatus); in ucurr_forLocaleAndDate()
2440 if((buffCapacity> resLen) && matchFound) in ucurr_forLocaleAndDate()
2452 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocaleAndDate()
2464 return resLen; in ucurr_forLocaleAndDate()