Searched refs:kOperatorNumericRe (Results 1 – 1 of 1) sorted by relevance
46 static const std::regex kOperatorNumericRe("^[0-9]{5,6}$"); in TEST_P() local49 std::regex_match(std::string(info.operatorNumeric), kOperatorNumericRe)); in TEST_P()