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