Searched defs:LEX_CHAR_SLASH (Results 1 – 2 of 2) sorted by relevance
126 #define LEX_CHAR_SLASH 0x2F /* solidus */ macro
130 inline constexpr char32_t LEX_CHAR_SLASH = 0x2F; /* solidus */ variable