KiCad PCB EDA Suite
|
Static Public Member Functions | |
static constexpr bool | is_whitespace (UnicodeCodepoint auto cp) noexcept |
static constexpr bool | is_digit (UnicodeCodepoint auto cp) noexcept |
static constexpr bool | is_ascii_alpha (UnicodeCodepoint auto cp) noexcept |
static constexpr bool | is_alpha (UnicodeCodepoint auto cp) noexcept |
static constexpr bool | is_alnum (UnicodeCodepoint auto cp) noexcept |
Definition at line 271 of file text_eval_wrapper.cpp.
|
inlinestaticconstexprnoexcept |
Definition at line 295 of file text_eval_wrapper.cpp.
References is_alpha(), and is_digit().
Referenced by KIEVAL_TEXT_TOKENIZER::parse_identifier().
|
inlinestaticconstexprnoexcept |
Definition at line 290 of file text_eval_wrapper.cpp.
References is_ascii_alpha().
Referenced by KIEVAL_TEXT_TOKENIZER::get_next_token(), is_alnum(), and KIEVAL_TEXT_TOKENIZER::parse_number().
|
inlinestaticconstexprnoexcept |
Definition at line 286 of file text_eval_wrapper.cpp.
Referenced by is_alpha().
|
inlinestaticconstexprnoexcept |
Definition at line 282 of file text_eval_wrapper.cpp.
Referenced by KIEVAL_TEXT_TOKENIZER::get_next_token(), is_alnum(), and KIEVAL_TEXT_TOKENIZER::parse_number().
|
inlinestaticconstexprnoexcept |
Definition at line 272 of file text_eval_wrapper.cpp.
Referenced by KIEVAL_TEXT_TOKENIZER::parse_number(), and KIEVAL_TEXT_TOKENIZER::skip_whitespace().