Home | History | Annotate | Download | only in common

Lines Matching full:reslen

3180         int32_t resLen = 0;
3185 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr);
3196 else if (resLen >= bufferLength) {
3201 u_UCharsToChars(s, buffer, resLen + 1);