Searched refs:charmaptranslate_lookup (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 4942 int charmaptranslate_lookup(Py_UNICODE c, PyObject *mapping, PyObject **result) in charmaptranslate_lookup() function 5019 if (charmaptranslate_lookup(*curinp, mapping, res)) in charmaptranslate_output() 5111 if (charmaptranslate_lookup(*collend, mapping, &x)) in PyUnicode_TranslateCharmap()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 8721 charmaptranslate_lookup(Py_UCS4 c, PyObject *mapping, PyObject **result) in charmaptranslate_lookup() function 8777 if (charmaptranslate_lookup(ch, mapping, &item)) in charmaptranslate_output() 8826 if (charmaptranslate_lookup(ch, mapping, &item)) { in unicode_fast_translate_lookup() 9013 if (charmaptranslate_lookup(ch, mapping, &x)) in _PyUnicode_TranslateCharmap()
|