Home
last modified time | relevance | path

Searched refs:encoded_name (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/email/
Dutils.py98 encoded_name = charset.header_encode(name)
99 return "%s <%s>" % (encoded_name, address)
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc446 String encoded_name; member
449 return index.DecodeString(encoded_name, data_offset); in name()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2941 PyObject *encoded_name; in SWIG_Python_NonDynamicSetAttr() local
2972 encoded_name = name; in SWIG_Python_NonDynamicSetAttr()
2975 encoded_name = PyUnicode_AsUTF8String(name); in SWIG_Python_NonDynamicSetAttr()
2977 …eError, "'%.100s' object has no attribute '%.200s'", tp->tp_name, PyString_AsString(encoded_name)); in SWIG_Python_NonDynamicSetAttr()
2978 Py_DECREF(encoded_name); in SWIG_Python_NonDynamicSetAttr()