Home | History | Annotate | Download | only in i18n

Lines Matching defs:resLen

400     int32_t resLen = 0;
406 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) {
408 if(buffCapacity > resLen) {
411 u_charsToUChars(id, buff, resLen);
441 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
453 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
474 if(buffCapacity > resLen) {
479 return u_terminateUChars(buff, buffCapacity, resLen, ec);
484 return resLen;
2004 int32_t resLen = 0;
2011 resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus);
2114 int32_t resLen = 0;
2126 resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus);
2164 s = ures_getStringByKey(currencyRes, "id", &resLen, &localStatus);
2234 if((buffCapacity> resLen) && matchFound)
2246 return u_terminateUChars(buff, buffCapacity, resLen, ec);
2258 return resLen;