HomeSort by relevance Sort by last modified time
    Searched full:runeself (Results 26 - 50 of 80) sorted by null

12 3 4

  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 184 s.srcBuf[0] = utf8.RuneSelf // sentinel
219 if ch >= utf8.RuneSelf {
241 s.srcBuf[s.srcEnd] = utf8.RuneSelf // sentinel
263 if ch >= utf8.RuneSelf {
  /prebuilts/go/linux-x86/src/bytes/
reader.go 91 if c := r.s[r.i]; c < utf8.RuneSelf {
buffer.go 242 if r < utf8.RuneSelf {
320 if c < utf8.RuneSelf {
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
punycode.go 154 if s[i] >= utf8.RuneSelf {
  /prebuilts/go/linux-x86/src/strings/
reader.go 90 if c := r.s[r.i]; c < utf8.RuneSelf {
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 184 s.srcBuf[0] = utf8.RuneSelf // sentinel
219 if ch >= utf8.RuneSelf {
241 s.srcBuf[s.srcEnd] = utf8.RuneSelf // sentinel
263 if ch >= utf8.RuneSelf {
  /external/libutf/
utf.h 12 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
  /prebuilts/go/darwin-x86/src/runtime/
rune.go 47 runeself = 0x80
  /prebuilts/go/linux-x86/src/runtime/
rune.go 47 runeself = 0x80
  /prebuilts/go/darwin-x86/src/mime/
encodedword.go 222 if c >= utf8.RuneSelf {
  /prebuilts/go/linux-x86/src/mime/
encodedword.go 222 if c >= utf8.RuneSelf {
  /external/regex-re2/re2/
regexp.cc 654 if (r < Runeself)
664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) {
compile.cc 561 // for the rune range 80-10FFFF (Runeself-Runemax).
626 if (hi < Runeself) {
699 if (r < Runeself) // Make common case fast.
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 242 if r < utf8.RuneSelf {
320 if c < utf8.RuneSelf {
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 512 if c < utf8.RuneSelf {
563 return r < ' ' || utf8.RuneSelf <= r
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 512 if c < utf8.RuneSelf {
563 return r < ' ' || utf8.RuneSelf <= r
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 909 if c >= utf8.RuneSelf {
1046 if v < utf8.RuneSelf || escflag != 0 {
1394 if c >= utf8.RuneSelf {
1572 if c == EOF || c >= utf8.RuneSelf {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 906 if c >= utf8.RuneSelf {
1043 if v < utf8.RuneSelf || escflag != 0 {
1391 if c >= utf8.RuneSelf {
1569 if c == EOF || c >= utf8.RuneSelf {
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 909 if c >= utf8.RuneSelf {
1046 if v < utf8.RuneSelf || escflag != 0 {
1394 if c >= utf8.RuneSelf {
1572 if c == EOF || c >= utf8.RuneSelf {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 906 if c >= utf8.RuneSelf {
1043 if v < utf8.RuneSelf || escflag != 0 {
1391 if c >= utf8.RuneSelf {
1569 if c == EOF || c >= utf8.RuneSelf {
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 250 if data[0] < utf8.RuneSelf {
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 572 if r >= utf8.RuneSelf || !isPrintable(byte(r)) {
  /prebuilts/go/linux-x86/src/bufio/
scan.go 250 if data[0] < utf8.RuneSelf {
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 572 if r >= utf8.RuneSelf || !isPrintable(byte(r)) {
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 996 if c < utf8.RuneSelf {
1080 case c < utf8.RuneSelf:

Completed in 1153 milliseconds

12 3 4