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

  /external/python/cpython3/Include/
unicodeobject.h 207 * test: PyUnicode_IS_COMPACT_ASCII(op)
374 (PyUnicode_IS_COMPACT_ASCII(op) ? \
418 string may be compact (PyUnicode_IS_COMPACT_ASCII) or not, but must be
432 #define PyUnicode_IS_COMPACT_ASCII(op) \
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 83 PyUnicode_IS_COMPACT_ASCII(op) ? \
91 PyUnicode_IS_COMPACT_ASCII(op) ? \
122 assert(!PyUnicode_IS_COMPACT_ASCII(op)), \
131 ((!PyUnicode_IS_COMPACT_ASCII(op) \
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]

Completed in 256 milliseconds