Home | History | Annotate | Download | only in i18n

Lines Matching defs:resLen

395     int32_t resLen = 0;
401 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) {
403 if(buffCapacity > resLen) {
406 u_charsToUChars(id, buff, resLen);
436 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
448 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
469 if(buffCapacity > resLen) {
474 return u_terminateUChars(buff, buffCapacity, resLen, ec);
479 return resLen;
2116 int32_t resLen = 0;
2128 resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus);
2166 s = ures_getStringByKey(currencyRes, "id", &resLen, &localStatus);
2236 if((buffCapacity> resLen) && matchFound)
2248 return u_terminateUChars(buff, buffCapacity, resLen, ec);
2260 return resLen;