HomeSort by relevance Sort by last modified time
    Searched defs:TrimPrefix (Results 1 - 5 of 5) sorted by null

  /build/kati/
strutil.cc 177 StringPiece TrimPrefix(StringPiece str, StringPiece prefix) {
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 527 // TrimPrefix returns s without the provided leading prefix string.
529 func TrimPrefix(s, prefix []byte) []byte {
  /prebuilts/go/darwin-x86/src/strings/
strings.go 666 // TrimPrefix returns s without the provided leading prefix string.
668 func TrimPrefix(s, prefix string) string {
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 527 // TrimPrefix returns s without the provided leading prefix string.
529 func TrimPrefix(s, prefix []byte) []byte {
  /prebuilts/go/linux-x86/src/strings/
strings.go 666 // TrimPrefix returns s without the provided leading prefix string.
668 func TrimPrefix(s, prefix string) string {

Completed in 305 milliseconds