Searched refs:str_end_character (Results 1 – 1 of 1) sorted by relevance
923 uint8_t str_end_character = context_p->source_p[0]; in lexer_parse_string() local935 if (str_end_character == LIT_CHAR_RIGHT_BRACE) in lexer_parse_string()937 str_end_character = LIT_CHAR_GRAVE_ACCENT; in lexer_parse_string()950 if (*source_p == str_end_character) in lexer_parse_string()1119 else if (str_end_character == LIT_CHAR_GRAVE_ACCENT && in lexer_parse_string()1151 else if (str_end_character == LIT_CHAR_GRAVE_ACCENT) in lexer_parse_string()1222 context_p->token.type = ((str_end_character != LIT_CHAR_GRAVE_ACCENT) ? LEXER_LITERAL in lexer_parse_string()2130 uint8_t str_end_character = source_p[-1]; in lexer_convert_literal_to_chars() local2133 if (str_end_character == LIT_CHAR_RIGHT_BRACE) in lexer_convert_literal_to_chars()2135 str_end_character = LIT_CHAR_GRAVE_ACCENT; in lexer_convert_literal_to_chars()[all …]