Lines Matching full:blen
1429 int32_t blen = plen * 2 + 1; // space for null termination, convenience1430 UChar* buf = result.getBuffer(blen);1434 int32_t len = umsg_autoQuoteApostrophe(pat, plen, buf, blen, &status);