Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/jinja2/
Dfilters.py143 def do_upper(s): function
1183 'upper': do_upper,
/third_party/jinja2/
Dfilters.py198 def do_upper(s): function
1375 "upper": do_upper,
/third_party/skia/third_party/externals/jinja2/
Dfilters.py198 def do_upper(s): function
1375 "upper": do_upper,
/third_party/python/Objects/
Dunicodeobject.c10262 do_upper(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_upper() function
13889 return case_operation(self, do_upper); in unicode_upper_impl()