HomeSort by relevance Sort by last modified time
    Searched full:defenc (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
TypeConversion.c 175 PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL); local
176 if (!defenc) return NULL;
177 defenc_c = PyBytes_AS_STRING(defenc);
180 char* end = defenc_c + PyBytes_GET_SIZE(defenc);
191 *length = PyBytes_GET_SIZE(defenc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 391 langname, defenc = code.split('.')
394 defenc = ''
405 encoding = defenc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 391 langname, defenc = code.split('.')
394 defenc = ''
405 encoding = defenc
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 420 PyObject *defenc; /* (Default) Encoded version as Python member in struct:__anon63115
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 420 PyObject *defenc; /* (Default) Encoded version as Python member in struct:__anon63238
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 504 milliseconds