Searched refs:g_regex (Results 1 – 2 of 2) sorted by relevance
399 static RegularExpression g_regex ("^([A-Za-z_:][A-Za-z_0-9:]*)(.*)"); in GetValuesForVariableExpressionPath() local401 if (g_regex.Execute(variable_expr_path, ®ex_match)) in GetValuesForVariableExpressionPath()
57 static RegularExpression g_regex ("([^:]+):([0-9]+)"); in DecodeHostAndPort() local59 if (g_regex.Execute (host_and_port, ®ex_match)) in DecodeHostAndPort()