HomeSort by relevance Sort by last modified time
    Searched refs:Runeself (Results 1 - 11 of 11) sorted by null

  /external/libutf/
utflen.c 29 if(c < Runeself) {
utfnlen.c 30 if(c < Runeself){
utfrrune.c 33 if(c1 < Runeself) { /* one byte rune */
utfrune.c 32 if(c1 < Runeself) { /* one byte rune */
utf.h 12 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
  /external/regex-re2/util/
utf.h 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
rune.cc 219 if(c < Runeself) {
242 if(c1 < Runeself) { /* one byte rune */
  /external/regex-re2/re2/
compile.cc 561 // for the rune range 80-10FFFF (Runeself-Runemax).
626 if (hi < Runeself) {
699 if (r < Runeself) // Make common case fast.
    [all...]
regexp.cc 654 if (r < Runeself)
664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) {
prefilter.cc 172 if (r < Runeself) {
parse.cc     [all...]

Completed in 279 milliseconds