Searched refs:ID_TOKEN_LEN (Results 1 – 1 of 1) sorted by relevance
111 static const int32_t ID_TOKEN_LEN = 2; variable963 if ((pos + ID_TOKEN_LEN + 1) <= limit && in parseRules()964 rule.compare(pos, ID_TOKEN_LEN, ID_TOKEN) == 0) { in parseRules()965 pos += ID_TOKEN_LEN; in parseRules()