Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp37 static constexpr const char *RE_DIGIT_SUFFIX = "(u|l|ll|ul|ull|)$"; member
51 static const std::regex RE_BIN_NUM(std::string(RE_BIN_DIGIT) + std::string(RE_DIGIT_SUFFIX),
53 static const std::regex RE_OCT_NUM(std::string(RE_OCT_DIGIT) + std::string(RE_DIGIT_SUFFIX),
55 static const std::regex RE_DEC_NUM(std::string(RE_DEC_DIGIT) + std::string(RE_DIGIT_SUFFIX),
57 static const std::regex RE_HEX_NUM(std::string(RE_HEX_DIFIT) + std::string(RE_DIGIT_SUFFIX),

Completed in 4 milliseconds