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

  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 698 // TrimLeft returns a subslice of s by slicing off all leading
700 func TrimLeft(s []byte, cutset string) []byte {
  /prebuilts/go/darwin-x86/src/strings/
strings.go 793 // TrimLeft returns a slice of the string s with all leading
795 func TrimLeft(s string, cutset string) string {
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 698 // TrimLeft returns a subslice of s by slicing off all leading
700 func TrimLeft(s []byte, cutset string) []byte {
  /prebuilts/go/linux-x86/src/strings/
strings.go 793 // TrimLeft returns a slice of the string s with all leading
795 func TrimLeft(s string, cutset string) string {
  /external/lzma/CPP/Common/
MyString.cpp 674 void AString::TrimLeft() throw()
1218 void UString::TrimLeft() throw()
  /external/pdfium/core/fxcrt/
bytestring.cpp 721 TrimLeft(kTrimChars);
727 TrimLeft(targets);
732 TrimLeft(targets);
735 void ByteString::TrimLeft() {
736 TrimLeft(kTrimChars);
739 void ByteString::TrimLeft(char target) {
740 TrimLeft(ByteStringView(target));
743 void ByteString::TrimLeft(const ByteStringView& targets) {
widestring.cpp 946 TrimLeft(kWideTrimChars);
952 TrimLeft(str);
957 TrimLeft(targets);
960 void WideString::TrimLeft() {
961 TrimLeft(kWideTrimChars);
964 void WideString::TrimLeft(wchar_t target) {
966 TrimLeft(str);
969 void WideString::TrimLeft(const WideStringView& targets) {

Completed in 1244 milliseconds