HomeSort by relevance Sort by last modified time
    Searched refs:STRINGLIB_ISLINEBREAK (Results 1 - 16 of 16) 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]))
  /external/python/cpython3/Objects/stringlib/
asciilib.h 16 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
stringdefs.h 18 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r'))
ucs1lib.h 16 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
ucs2lib.h 16 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
ucs4lib.h 16 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
unicodedefs.h 18 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK
split.h 360 while (i < str_len && !STRINGLIB_ISLINEBREAK(str[i]))

Completed in 1271 milliseconds