Searched refs:CountString (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | ipsock.go | 87 want6 = bytealg.CountString(addr, ':') > 0 90 want6 = bytealg.CountString(addr, '[') > 0
|
D | dnsclient_unix.go | 513 hasNdots := bytealg.CountString(name, '.') >= conf.ndots
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/ |
D | count_generic.go | 19 func CountString(s string, c byte) int { func
|
D | count_native.go | 13 func CountString(s string, c byte) int func
|
D | count_riscv64.s | 30 TEXT ·CountString<ABIInternal>(SB),NOSPLIT,$0-32
|
D | count_arm.s | 15 TEXT ·CountString(SB),NOSPLIT,$0-16
|
D | count_arm64.s | 15 TEXT ·CountString(SB),NOSPLIT,$0-32
|
D | count_s390x.s | 44 TEXT ·CountString(SB), NOSPLIT|NOFRAME, $0-32
|
D | count_ppc64x.s | 19 TEXT ·CountString<ABIInternal>(SB), NOSPLIT|NOFRAME, $0-32
|
D | count_amd64.s | 21 TEXT ·CountString(SB),NOSPLIT,$0-32
|
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/ |
D | path.go | 235 seps := bytealg.CountString(base[b0:bl], Separator)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/ |
D | strings.go | 47 return bytealg.CountString(s, substr[0])
|