Home | History | Annotate | Download | only in cintltst

Lines Matching defs:fmtbuf

1772         UChar fmtbuf[FORMAT_BUF_CAPACITY];
1776 len = unum_formatDouble(formats[1], nanvalue, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status);
1781 if ( len != 3 || u_strcmp(fmtbuf, nansym) != 0 ) {