HomeSort by: relevance | last modified time | path
    Searched defs:cppchar_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 295 typedef unsigned CPPCHAR_SIGNED_T cppchar_t; typedef
1157 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *,
1174 extern cppchar_t cpp_host_to_exec_charset (cpp_reader *, cppchar_t);
1355 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr,
1486 cppchar_t m_ch;
1514 int (*width_cb) (cppchar_t c))
1524 int (*m_width_cb) (cppchar_t c);
1527 /* A class to manage the state while converting a UTF-8 sequence to cppchar_t
1567 int cpp_wcwidth (cppchar_t c)
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 303 typedef unsigned CPPCHAR_SIGNED_T cppchar_t; typedef
1217 extern cppchar_t cpp_interpret_charconst (cpp_reader *, const cpp_token *,
1234 extern cppchar_t cpp_host_to_exec_charset (cpp_reader *, cppchar_t);
1417 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr,
1548 cppchar_t m_ch;
1576 int (*width_cb) (cppchar_t c))
1586 int (*m_width_cb) (cppchar_t c);
1589 /* A class to manage the state while converting a UTF-8 sequence to cppchar_t
1629 int cpp_wcwidth (cppchar_t c)
    [all...]

Completed in 58 milliseconds