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

/haiku-buildtools/gcc/libcpp/
H A Dinternal.h747 extern cppchar_t _cpp_valid_ucn (cpp_reader *, const unsigned char **,
H A Dcharset.c863 _cpp_valid_ucn. Also update NST for C if returning nonzero. The
988 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr,
1015 cpp_error (pfile, CPP_DL_ICE, "In _cpp_valid_ucn but not a UCN");
1104 ucn = _cpp_valid_ucn (pfile, &from, limit, 0, &nst);
987 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, function
H A Dlex.c1231 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first,

Completed in 82 milliseconds