OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeLeadingString
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go
457
sub[j] = p.
removeLeadingString
(sub[j], len(str))
602
//
removeLeadingString
removes the first n leading runes
604
func (p *parser)
removeLeadingString
(re *Regexp, n int) *Regexp {
609
sub = p.
removeLeadingString
(sub, n)
[
all
...]
/prebuilts/go/linux-x86/src/regexp/syntax/
parse.go
457
sub[j] = p.
removeLeadingString
(sub[j], len(str))
602
//
removeLeadingString
removes the first n leading runes
604
func (p *parser)
removeLeadingString
(re *Regexp, n int) *Regexp {
609
sub = p.
removeLeadingString
(sub, n)
[
all
...]
Completed in 500 milliseconds