Home | History | Annotate | Download | only in cintltst

Lines Matching defs:ws

1371         wchar_t ws[100];
1373 int32_t wcap = sizeof(ws) / sizeof(*ws);
1387 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1393 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);