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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 220 # define _PyUnicode_IsLinebreak _PyUnicodeUCS2_IsLinebreak
307 # define _PyUnicode_IsLinebreak _PyUnicodeUCS4_IsLinebreak
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
369 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 220 # define _PyUnicode_IsLinebreak _PyUnicodeUCS2_IsLinebreak
307 # define _PyUnicode_IsLinebreak _PyUnicodeUCS4_IsLinebreak
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
369 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
    [all...]

Completed in 190 milliseconds