Lines Matching refs:l1
1699 int32_t l1, l2;
1780 l1 = uset_toPattern(set, pat, BUFSIZE, TRUE, &ec);
1789 if (l1 >= BUFSIZE) {
1790 l1 = BUFSIZE-1;
1791 pat[l1] = 0;
1800 aescstrdup(pat, l1), aescstrdup(dumbPat, l2));
1802 log_verbose("Ok: uprv_getCharNameCharacters() returned %s\n", aescstrdup(pat, l1));