Lines Matching defs:ascii
69 structure. state.ascii and state.compact are set, and the data
75 - compact ascii:
81 * ascii = 1
95 * ascii = 0
112 * ascii = 0
129 * utf8 is shared and utf8_length = length with data.any if ascii = 1
170 * if ascii is set, all characters are in the range U+0000-U+007F
193 and the kind is PyUnicode_1BYTE_KIND. If ascii is set and compact is
195 unsigned int ascii:1;
280 return _PyASCIIObject_CAST(op)->state.ascii;
298 return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));