Home
last modified time | relevance | path

Searched refs:string_pattern (Results 1 – 2 of 2) sorted by relevance

/third_party/json/tools/amalgamate/
Damalgamate.py123 string_pattern = re.compile("[^']" r'".*?(?<=[^\\])"', re.S) variable in TranslationUnit
160 i = self._search_content(j, self.string_pattern,
/third_party/mbedtls/scripts/
Dgenerate_ssl_debug_helpers.py24 string_pattern = r"(?P<string>\".*?\"|\'.*?\')"
26 pattern = re.compile(string_pattern + r'|' + comment_pattern,