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

  /build/kati/
strutil.cc 166 StringPiece TrimSuffix(StringPiece str, StringPiece suffix) {
229 StringPiece s = TrimSuffix(str, pat_);
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 512 // TrimSuffix returns s without the provided trailing suffix string.
514 func TrimSuffix(s, suffix []byte) []byte {
  /prebuilts/go/darwin-x86/src/strings/
strings.go 666 // TrimSuffix returns s without the provided trailing suffix string.
668 func TrimSuffix(s, suffix string) string {
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 512 // TrimSuffix returns s without the provided trailing suffix string.
514 func TrimSuffix(s, suffix []byte) []byte {
  /prebuilts/go/linux-x86/src/strings/
strings.go 666 // TrimSuffix returns s without the provided trailing suffix string.
668 func TrimSuffix(s, suffix string) string {

Completed in 669 milliseconds