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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
stringdefs.h 15 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r'))
unicodedefs.h 15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
split.h 363 while (i < str_len && !STRINGLIB_ISLINEBREAK(str[i]))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
stringdefs.h 15 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r'))
unicodedefs.h 15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
split.h 363 while (i < str_len && !STRINGLIB_ISLINEBREAK(str[i]))
  /external/python/cpython2/Objects/stringlib/
stringdefs.h 15 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r'))
unicodedefs.h 15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
split.h 363 while (i < str_len && !STRINGLIB_ISLINEBREAK(str[i]))

Completed in 2403 milliseconds