Searched refs:_cpp_valid_utf8 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 805 extern bool _cpp_valid_utf8 (cpp_reader *pfile,
|
H A D | lex.c | 1347 if (_cpp_valid_utf8 (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p() 3166 if (_cpp_valid_utf8 (pfile, &pstr, buffer->rlimit, 0, NULL, &s)) in _cpp_lex_direct()
|
H A D | charset.c | 1234 _cpp_valid_utf8 (cpp_reader *pfile, in _cpp_valid_utf8() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 830 extern bool _cpp_valid_utf8 (cpp_reader *pfile,
|
H A D | charset.cc | 1267 _cpp_valid_utf8 (cpp_reader *pfile, in _cpp_valid_utf8() function
|
H A D | lex.cc | 1895 if (_cpp_valid_utf8 (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p() 4006 if (_cpp_valid_utf8 (pfile, &pstr, buffer->rlimit, 0, NULL, &s)) in _cpp_lex_direct()
|
H A D | ChangeLog | 1329 * charset.c (_cpp_valid_utf8): New function to help lex UTF-8 tokens. 1330 * internal.h (_cpp_valid_utf8): Declare.
|