OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quickspan
(Results
1 - 18
of
18
) sorted by null
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
transform.go
32
i, ok := formTable[f].
quickSpan
(inputBytes(b), n, len(b), eof)
56
// when
quickSpan
does not pass for a given string.
71
// Next
quickSpan
.
79
end, ok := rb.f.
quickSpan
(rb.src, nSrc, end, eof)
normalize.go
47
n, ok := ft.
quickSpan
(src, 0, len(b), true)
61
n, ok := ft.
quickSpan
(src, 0, len(s), true)
75
bp, ok := ft.
quickSpan
(src, 0, len(b), true)
86
bp, _ = rb.f.
quickSpan
(rb.src, bp, len(b), true)
114
bp, ok := ft.
quickSpan
(src, 0, len(s), true)
140
bp, _ = rb.f.
quickSpan
(rb.src, bp, len(s), true)
185
end, _ := rb.f.
quickSpan
(rb.src, i, rb.nsrc, true)
201
// Attempt to do a
quickSpan
first so we can avoid initializing the reorderBuffer.
203
p, _ := ft.
quickSpan
(src, 0, n, true)
264
//
QuickSpan
returns a boundary n such that b[0:n] == f(b[0:n])
[
all
...]
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
transform.go
32
i, ok := formTable[f].
quickSpan
(inputBytes(b), n, len(b), eof)
56
// when
quickSpan
does not pass for a given string.
71
// Next
quickSpan
.
79
end, ok := rb.f.
quickSpan
(rb.src, nSrc, end, eof)
normalize.go
47
n, ok := ft.
quickSpan
(src, 0, len(b), true)
61
n, ok := ft.
quickSpan
(src, 0, len(s), true)
75
bp, ok := ft.
quickSpan
(src, 0, len(b), true)
86
bp, _ = rb.f.
quickSpan
(rb.src, bp, len(b), true)
114
bp, ok := ft.
quickSpan
(src, 0, len(s), true)
140
bp, _ = rb.f.
quickSpan
(rb.src, bp, len(s), true)
185
end, _ := rb.f.
quickSpan
(rb.src, i, rb.nsrc, true)
201
// Attempt to do a
quickSpan
first so we can avoid initializing the reorderBuffer.
203
p, _ := ft.
quickSpan
(src, 0, n, true)
264
//
QuickSpan
returns a boundary n such that b[0:n] == f(b[0:n])
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/vendor/golang_org/x/text/unicode/
norm.a
42
normalize.goForm 2?AppendJf·2 "out·3 "src·4 " ?AppendStringJ? "? ? " ? BytesJ? "b·3 " ?FirstBoundaryJ? "? D)FirstBoundaryInStringJ? s·3 ?IsNormalJ? "? NIsNormalStringJ? ? ?LastBoundaryJ? "? eNextBoundaryJ? "? atEOF·4 'NextBoundaryInStringJ? ? ? ?J? "? f<