OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRINGLIB_ISLINEBREAK
(Results
1 - 6
of
6
) 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]))
Completed in 52 milliseconds