Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_json.c132 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\n') || ((c) == '\r')) macro
912 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
928 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
934 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
954 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
968 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_str()
1038 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1054 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1060 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
1080 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++; in _parse_object_unicode()
[all …]