Home
last modified time | relevance | path

Searched refs:RE_INVALID_CP (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c926 #define RE_INVALID_CP 0xFFFFFFFF macro
956 lit_code_point_t start = RE_INVALID_CP; in re_parse_char_class()
969 if (start != RE_INVALID_CP) in re_parse_char_class()
1026 current = RE_INVALID_CP; in re_parse_char_class()
1050 if (start != RE_INVALID_CP && current != RE_INVALID_CP) in re_parse_char_class()
1069 if (start != RE_INVALID_CP) in re_parse_char_class()
1074 else if (current != RE_INVALID_CP) in re_parse_char_class()
1094 if (current != RE_INVALID_CP) in re_parse_char_class()