Home
last modified time | relevance | path

Searched refs:STRINGLIB_ISLINEBREAK (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dunicodedefs.h15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK macro
Dstringdefs.h15 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro
Dsplit.h363 while (i < str_len && !STRINGLIB_ISLINEBREAK(str[i])) in stringlib_splitlines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dunicodedefs.h15 #define STRINGLIB_ISLINEBREAK BLOOM_LINEBREAK macro
Dstringdefs.h15 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro
Dsplit.h363 while (i < str_len && !STRINGLIB_ISLINEBREAK(str[i])) in stringlib_splitlines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c1117 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c1113 #define STRINGLIB_ISLINEBREAK(x) ((x == '\n') || (x == '\r')) macro