HomeSort by relevance Sort by last modified time
    Searched refs:PyUnicode_AsEncodedString (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/python/cpython3/Python/
importdl.c 59 encoded = PyUnicode_AsEncodedString(name, "ascii", NULL);
65 encoded = PyUnicode_AsEncodedString(name, "punycode", NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
unicodeobject.h 151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
unicodeobject.h 151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 387 str = PyUnicode_AsEncodedString(res, NULL, NULL);
457 str = PyUnicode_AsEncodedString(res, NULL, NULL);
    [all...]
fileobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 387 str = PyUnicode_AsEncodedString(res, NULL, NULL);
457 str = PyUnicode_AsEncodedString(res, NULL, NULL);
    [all...]
fileobject.c     [all...]
  /external/python/cpython2/Objects/
object.c 387 str = PyUnicode_AsEncodedString(res, NULL, NULL);
457 str = PyUnicode_AsEncodedString(res, NULL, NULL);
    [all...]
fileobject.c     [all...]
  /external/python/cpython2/Mac/Modules/file/
filesupport.py 901 return PyUnicode_AsEncodedString(obj, "utf8", "strict");
  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.cc 155 PyObject* bytes = PyUnicode_AsEncodedString(r, 0, 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 250 stringobj = PyUnicode_AsEncodedString(
  /external/python/cpython2/PC/
_winreg.c 782 value = PyUnicode_AsEncodedString(
835 obs[j] = PyUnicode_AsEncodedString(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 244 stringobj = PyUnicode_AsEncodedString(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 790 utf8 = PyUnicode_AsEncodedString(decoded, "utf-8", NULL);
    [all...]
  /external/python/cpython2/Modules/_io/
fileio.c 253 stringobj = PyUnicode_AsEncodedString(
  /external/python/cpython2/Modules/
_ssl.c     [all...]
  /external/python/cpython3/Include/
unicodeobject.h     [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 233 bytes = PyUnicode_AsEncodedString(obj, encoding, NULL);
354 *bytes = PyUnicode_AsEncodedString(obj, win->encoding, NULL);
    [all...]
  /external/python/cpython3/Objects/
bytesobject.c 1088 w = PyUnicode_AsEncodedString(u, recode_encoding, errors);
    [all...]

Completed in 1900 milliseconds

1 2 3