Searched refs:ndScPattern (Results 1 – 1 of 1) sorted by relevance
447 std::regex ndScPattern(R"(^-((ND|SC)\d{1,2})(-.*)?)"); in getExpandedLocationCode() local449 if (!std::regex_search(suffix, match, ndScPattern)) in getExpandedLocationCode()