Searched refs:dim_labels_pattern (Results 1 – 2 of 2) sorted by relevance
298 static LazyRE2 dim_labels_pattern = { in LexIdentifier() local300 if (RE2::Consume(&consumable, *dim_labels_pattern)) { in LexIdentifier()350 static LazyRE2 dim_labels_pattern = { in LexNumberOrPattern() local356 if (RE2::Consume(&consumable, *dim_labels_pattern)) { in LexNumberOrPattern()
60 | [0-9bf]{2,}_[0-9io]{2,}->[0-9bf]{2,} /*dim_labels_pattern*/