Lines Matching defs:ustr
1395 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0};
1396 int32_t ul = UPRV_LENGTHOF(ustr) -1;
1402 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1408 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);