Lines Matching defs:ustr
1400 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0};
1401 int32_t ul = sizeof(ustr)/sizeof(*ustr) -1;
1407 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1413 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);