HomeSort by relevance Sort by last modified time
    Searched refs:remove_suffix (Results 1 - 17 of 17) sorted by null

  /external/libcxx/test/std/experimental/string.view/string.view.modifiers/
remove_suffix.pass.cpp 13 // void remove_suffix(size_type _n)
27 sv1.remove_suffix ( 1 );
30 sv1.remove_suffix ( len - 1 );
34 sv1.remove_suffix ( 0 );
44 sv1.remove_suffix ( k );
  /external/icu/icu4c/source/common/unicode/
stringpiece.h 172 void remove_suffix(int32_t n) { function in class:StringPiece
  /external/pcre/dist/
pcre_stringpiece.h 110 void remove_suffix(int n) { function in class:pcrecpp::StringPiece
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 295 // remove_suffix()
297 sp.remove_suffix(-1);
299 errln("abcd.remove_suffix(-1) failed");
302 sp.remove_suffix(2);
304 errln("abcd.remove_suffix(2) failed");
307 sp.remove_suffix(5);
309 errln("abcd.remove_suffix(5) failed");
329 abcd.remove_suffix(1);
331 errln("abc!=abcd.remove_suffix(1)");
  /external/libchrome/base/
vlog.cc 99 module.remove_suffix(kInlSuffixLen);
  /external/regex-re2/re2/
stringpiece.h 75 void remove_suffix(int n) { function in class:re2::StringPiece
re2.cc 545 subtext.remove_suffix(text.size() - endpos);
    [all...]
  /art/runtime/base/
stringpiece.h 100 void remove_suffix(size_type n) { function in class:art::StringPiece
  /build/kati/
string_piece.h 107 void remove_suffix(size_type n) { function in class:StringPiece
expr.cc 444 s.remove_suffix(1);
  /external/libweave/third_party/chromium/base/strings/
string_piece.h 152 void remove_suffix(size_type n) { function in class:base::BasicStringPiece
string_piece_unittest.cc 485 // remove_suffix
487 c.remove_suffix(3);
490 c.remove_suffix(0);
492 c.remove_suffix(c.size());
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 294 void remove_suffix(stringpiece_ssize_type n) { function in class:google::protobuf::StringPiece
  /external/libchrome/base/strings/
string_piece_unittest.cc 496 // remove_suffix
498 c.remove_suffix(3);
501 c.remove_suffix(0);
503 c.remove_suffix(c.size());
string_piece.h 233 void remove_suffix(size_type n) { function in class:base::BasicStringPiece
  /external/regex-re2/re2/testing/
tester.cc 620 sp.remove_suffix(1);
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 721 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin));
    [all...]

Completed in 702 milliseconds