Home
last modified time | relevance | path

Searched refs:CountString (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dipsock.go87 want6 = bytealg.CountString(addr, ':') > 0
90 want6 = bytealg.CountString(addr, '[') > 0
Ddnsclient_unix.go513 hasNdots := bytealg.CountString(name, '.') >= conf.ndots
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dcount_generic.go19 func CountString(s string, c byte) int { func
Dcount_native.go13 func CountString(s string, c byte) int func
Dcount_riscv64.s30 TEXT ·CountString<ABIInternal>(SB),NOSPLIT,$0-32
Dcount_arm.s15 TEXT ·CountString(SB),NOSPLIT,$0-16
Dcount_arm64.s15 TEXT ·CountString(SB),NOSPLIT,$0-32
Dcount_s390x.s44 TEXT ·CountString(SB), NOSPLIT|NOFRAME, $0-32
Dcount_ppc64x.s19 TEXT ·CountString<ABIInternal>(SB), NOSPLIT|NOFRAME, $0-32
Dcount_amd64.s21 TEXT ·CountString(SB),NOSPLIT,$0-32
/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/
Dpath.go235 seps := bytealg.CountString(base[b0:bl], Separator)
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go47 return bytealg.CountString(s, substr[0])