Lines Matching full:hasprefix
37 type @"".input interface { @"".canCheckPrefix() (? bool); @"".context(@"".pos int) (? @"regexp/syntax".EmptyOp); @"".hasPrefix(@"".re *@"".Regexp) (? bool); @"".index(@"".re *@"".Regexp, @"".pos int) (? int); @"".step(@"".pos int) (@"".r rune, @"".width int) }
49 func (@"".i·2 *@"".inputBytes "esc:0x1") @"".hasPrefix (@"".re·3 *@"".Regexp "esc:0x1") (? bool)
55 func (@"".i·2 *@"".inputString "esc:0x1") @"".hasPrefix (@"".re·3 *@"".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"".i·2.@"".str, @"".re·3.@"".prefix) }
62 func (@"".i·2 *@"".inputReader "esc:0x1") @"".hasPrefix (@"".re·3 *@"".Regexp "esc:0x1") (? bool) { return false }
133 func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[0x0:len(@"strings".prefix·3)] == @"strings".prefix·3 }
2567 $ Tgclocals·3f5c1f818fa7055d0400cecd34057162 Tgclocals·33cdeccccebe80329f1fdbee7f5874cb Xprebuilts/go/darwin-x86/src/regexp/regexp.go?6"".(*inputString).hasPrefix