Searched refs:string_re (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | afblue.pl | 74 my $string_re = qr/ ^ \s* 415 if (/$string_re/) 421 # Save captured group from `string_re'.
|
/third_party/jinja2/ |
H A D | lexer.py | 27 string_re = re.compile( variable 490 _Rule(string_re, TOKEN_STRING, None),
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | lexer.py | 26 string_re = re.compile( variable 480 (string_re, TOKEN_STRING, None),
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | lexer.py | 31 string_re = re.compile(r"('([^'\\]*(?:\\.[^'\\]*)*)'" variable 431 (string_re, TOKEN_STRING, None),
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | lexer.py | 26 string_re = re.compile( variable 480 (string_re, TOKEN_STRING, None),
|
Completed in 6 milliseconds