HomeSort by relevance Sort by last modified time
    Searched refs:PyUnicode_CheckExact (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 66 #define PyUnicode_CheckExact(op) 0
429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 66 #define PyUnicode_CheckExact(op) 0
429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type)
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 138 #define PyString_CheckExact PyUnicode_CheckExact
    [all...]
qavltree.c 138 #define PyString_CheckExact PyUnicode_CheckExact
    [all...]
qbintree.c 138 #define PyString_CheckExact PyUnicode_CheckExact
    [all...]
qrbtree.c 138 #define PyString_CheckExact PyUnicode_CheckExact
    [all...]

Completed in 35 milliseconds