Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dfilters.py143 def do_upper(s): function
1183 'upper': do_upper,
/external/python/cpython3/Objects/
Dunicodeobject.c9790 do_upper(int kind, void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_upper() function
13297 return case_operation(self, do_upper); in unicode_upper_impl()