Home | History | Annotate | Download | only in i18n

Lines Matching full:blen

1430         int32_t blen = plen * 2 + 1; // space for null termination, convenience
1431 UChar* buf = result.getBuffer(blen);
1435 int32_t len = umsg_autoQuoteApostrophe(pat, plen, buf, blen, &status);