Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c4722 char utf7_category[128] = { variable
4749 ((utf7_category[(c)] == 0) || \
4750 (directWS && (utf7_category[(c)] == 2)) || \
4751 (directO && (utf7_category[(c)] == 1))))
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1564 Objects/unicodeobject.c - utf7_category -