Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1626 #define ENCODE_DIRECT(c, directO, directWS) \ argument
1630 (directO && (utf7_category[(c)] == 1))))
/external/python/cpython3/Objects/
Dunicodeobject.c4386 #define ENCODE_DIRECT(c, directO, directWS) \ argument
4390 (directO && (utf7_category[(c)] == 1))))