HomeSort by relevance Sort by last modified time
    Searched defs:PyUnicode_Check (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
unicodeobject.h 362 #define PyUnicode_Check(op) \
380 (assert(PyUnicode_Check(op)), \
398 (assert(PyUnicode_Check(op)), \
421 (assert(PyUnicode_Check(op)), \
457 (assert(PyUnicode_Check(op)), \
472 (assert(PyUnicode_Check(op)), \
520 (assert(PyUnicode_Check(unicode)), \
535 (assert(PyUnicode_Check(op)), \
550 (assert(PyUnicode_Check(op)), \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 65 #define PyUnicode_Check(op) 0
427 #define PyUnicode_Check(op) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 65 #define PyUnicode_Check(op) 0
427 #define PyUnicode_Check(op) \
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 65 #define PyUnicode_Check(op) 0
427 #define PyUnicode_Check(op) \
    [all...]

Completed in 4377 milliseconds