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

/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dinternal.h602 extern cppchar_t _cpp_valid_ucn (cpp_reader *, const unsigned char **,
H A Dcharset.c821 _cpp_valid_ucn. Also update NST for C if returning nonzero. The
939 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr,
962 cpp_error (pfile, CPP_DL_ICE, "In _cpp_valid_ucn but not a UCN");
1050 ucn = _cpp_valid_ucn (pfile, &from, limit, 0, &nst);
938 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, function
H A Dlex.c484 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first,

Completed in 128 milliseconds