Home | History | Annotate | Download | only in i18n

Lines Matching refs:resLen

550     int32_t resLen = 0;
556 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) {
558 if(buffCapacity > resLen) {
561 u_charsToUChars(id, buff, resLen);
591 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
603 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
624 if(buffCapacity > resLen) {
629 return u_terminateUChars(buff, buffCapacity, resLen, ec);
634 return resLen;
2328 int32_t resLen = 0;
2340 resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus);
2378 s = ures_getStringByKey(currencyRes, "id", &resLen, &localStatus);
2448 if((buffCapacity> resLen) && matchFound)
2460 return u_terminateUChars(buff, buffCapacity, resLen, ec);
2472 return resLen;