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