Searched refs:Runeself (Results 1 – 8 of 8) sorted by relevance
221 if(c < Runeself) { in utflen()244 if(c1 < Runeself) { /* one byte rune */ in utfrune()
31 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
25 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
696 if (r < Runeself) in RequiredPrefix()706 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) { in RequiredPrefix()
732 if (hi < Runeself) { in AddRuneRangeUTF8()842 if (r < Runeself) // Make common case fast. in Literal()
176 if (r < Runeself) { in ToLowerRune()
1469 if (c < Runeself && !isalpha(c) && !isdigit(c)) { in ParseEscape()
148 // for the rune range 80-10FFFF (Runeself-Runemax).