OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scriptre
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/unicode/
maketables.go
71
var
scriptRe
= regexp.MustCompile(`^([0-9A-F]+)(\.\.[0-9A-F]+)? *; ([A-Za-z_]+)$`)
691
matches :=
scriptRe
.FindStringSubmatch(line)
[
all
...]
/prebuilts/go/linux-x86/src/unicode/
maketables.go
71
var
scriptRe
= regexp.MustCompile(`^([0-9A-F]+)(\.\.[0-9A-F]+)? *; ([A-Za-z_]+)$`)
691
matches :=
scriptRe
.FindStringSubmatch(line)
[
all
...]
Completed in 2601 milliseconds