Searched refs:JSON_STRING_PATTERN (Results 1 – 2 of 2) sorted by relevance
70 const std::regex JSON_STRING_PATTERN{R"(/^"(?:[^"\\\u0000-\u001f]|\\(?:["\\/bfnrt]|u[0-9a-fA-F]{4})… variable130 std::regex jsonStringPattern(JSON_STRING_PATTERN); in SplitEscapedAltNames()
72 const std::regex JSON_STRING_PATTERN{R"(/^"(?:[^"\\\u0000-\u001f]|\\(?:["\\/bfnrt]|u[0-9a-fA-F]{4})… variable138 std::regex jsonStringPattern(JSON_STRING_PATTERN); in SplitEscapedAltNames()