OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_declstringlit_match
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py
12
_declstringlit_match
= re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match
variable
118
m =
_declstringlit_match
(rawdata, j)
295
m =
_declstringlit_match
(rawdata, j)
331
m =
_declstringlit_match
(rawdata, j)
363
m =
_declstringlit_match
(rawdata, j)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
markupbase.py
12
_declstringlit_match
= re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match
variable
118
m =
_declstringlit_match
(rawdata, j)
295
m =
_declstringlit_match
(rawdata, j)
331
m =
_declstringlit_match
(rawdata, j)
363
m =
_declstringlit_match
(rawdata, j)
Completed in 65 milliseconds