Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1601 char utf7_category[128] = { variable
1628 ((utf7_category[(c)] == 0) || \
1629 (directWS && (utf7_category[(c)] == 2)) || \
1630 (directO && (utf7_category[(c)] == 1))))
/external/python/cpython3/Objects/
Dunicodeobject.c4361 char utf7_category[128] = { variable
4388 ((utf7_category[(c)] == 0) || \
4389 (directWS && (utf7_category[(c)] == 2)) || \
4390 (directO && (utf7_category[(c)] == 1))))