Home
last modified time | relevance | path

Searched refs:do_title (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/third_party/jinja2/
Dfilters.py196 def do_title(s): function
1179 'title': do_title,
/external/python/cpython3/Tools/scripts/
Dtexi2html.py1023 do_title = do_center variable in TexinfoParser
/external/python/cpython2/Tools/scripts/
Dtexi2html.py1024 do_title = do_center variable in TexinfoParser
/external/python/cpython3/Objects/
Dunicodeobject.c9819 do_title(int kind, void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_title() function
10735 return case_operation(self, do_title); in unicode_title_impl()