Searched refs:Runeself (Results 1 – 12 of 12) sorted by relevance
219 if(c < Runeself) { in utflen()242 if(c1 < Runeself) { /* one byte rune */ in utfrune()
30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
29 if(c < Runeself) { in utflen()
30 if(c < Runeself){ in utfnlen()
32 if(c1 < Runeself) { /* one byte rune */ in utfrune()
33 if(c1 < Runeself) { /* one byte rune */ in utfrrune()
12 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
654 if (r < Runeself) in RequiredPrefix()664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) { in RequiredPrefix()
626 if (hi < Runeself) { in AddRuneRangeUTF8()699 if (r < Runeself) // Make common case fast. in Literal()
172 if (r < Runeself) { in ToLowerRune()
1257 if (c < Runeself && !isalpha(c) && !isdigit(c)) { in ParseEscape()
148 // for the rune range 80-10FFFF (Runeself-Runemax).