Lines Matching full:ascii
20 For CONTEXT_UTF8 mode, if the previous two bytes are ASCII characters
27 0 : non-ASCII control
51 If the last byte is ASCII, and the second last byte is not (in a valid UTF8
53 context is the same as if the second last byte was an ASCII control or space.
57 the last byte and to a lesser extent on the second last byte if it is ASCII.
60 - continuation byte: the next byte is probably ASCII or lead byte (assuming
62 - lead byte (192 - 207): next byte is ASCII or lead byte, context is 0 or 1
71 | last byte \ ASCII | cont. byte | lead byte |
74 | ASCII | next: ASCII/lead | not valid | next: cont. |
77 | cont. byte | next: ASCII/lead | next: ASCII/lead | next: cont. |
80 | lead byte | not valid | next: ASCII/lead | not valid |