Searched refs:APPLY_CONVERSION (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Dcharset.c609 #define APPLY_CONVERSION(CONVERTER, FROM, FLEN, TO) \ macro
796 if (!APPLY_CONVERSION (pfile->narrow_cset_desc, sbuf, 1, &tbuf))
1113 else if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf))
1343 if (!APPLY_CONVERSION (cvt, &c, 1, tbuf))
1418 if (!APPLY_CONVERSION (cvt, p, limit - p, &tbuf))
1436 if (!APPLY_CONVERSION (cvt, base, p - base, &tbuf))
1732 if (!APPLY_CONVERSION (input_cset, input, len, &to))

Completed in 63 milliseconds