Home
last modified time | relevance | path

Searched refs:IS_WHITESPACE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c132 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) macro
905 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
921 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
927 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
947 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
961 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
1028 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1044 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1050 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1070 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c132 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) macro
882 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
898 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
904 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
924 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
938 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
1005 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1021 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1027 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1047 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
[all …]