Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1583 #define DECODE_DIRECT(c) \ macro
1740 if (surrogate && DECODE_DIRECT(ch)) in PyUnicode_DecodeUTF7Stateful()
1765 else if (DECODE_DIRECT(ch)) { /* character decodes as itself */ in PyUnicode_DecodeUTF7Stateful()
1931 #undef DECODE_DIRECT
/external/python/cpython3/Objects/
Dunicodeobject.c4704 #define DECODE_DIRECT(c) \ macro
4860 if (surrogate && DECODE_DIRECT(ch)) { in PyUnicode_DecodeUTF7Stateful()
4893 else if (DECODE_DIRECT(ch)) { /* character decodes as itself */ in PyUnicode_DecodeUTF7Stateful()
5087 #undef DECODE_DIRECT