Searched refs:int_pattern (Results 1 – 1 of 1) sorted by relevance
374 static LazyRE2 int_pattern = {R"([-]?\d+)"}; in LexNumberOrPattern() local375 if (RE2::Consume(&consumable, *int_pattern)) { in LexNumberOrPattern()