Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ul

1390         int32_t ul = sizeof(ustr)/sizeof(*ustr) -1;
1396 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1401 if(ul!=wl){
1402 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);