Searched refs:remove_suffix (Results 1 - 14 of 14) sorted by relevance

/external/libcxx/test/std/experimental/string.view/string.view.modifiers/
H A Dremove_suffix.pass.cpp13 // 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/
H A Dstringpiece.h172 void remove_suffix(int32_t n) { function in class:StringPiece
/external/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp295 // 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/
H A Dvlog.cc99 module.remove_suffix(kInlSuffixLen);
/external/pcre/dist/
H A Dpcre_stringpiece.h110 void remove_suffix(int n) { function in class:pcrecpp::StringPiece
/external/pcre/
H A Dpcre_stringpiece.h110 void remove_suffix(int n) { function in class:pcrecpp::StringPiece
/external/regex-re2/re2/
H A Dstringpiece.h75 void remove_suffix(int n) { function in class:re2::StringPiece
H A Dre2.cc545 subtext.remove_suffix(text.size() - endpos);
/external/libweave/third_party/chromium/base/strings/
H A Dstring_piece.h152 void remove_suffix(size_type n) { function in class:base::BasicStringPiece
H A Dstring_piece_unittest.cc485 // remove_suffix
487 c.remove_suffix(3);
490 c.remove_suffix(0);
492 c.remove_suffix(c.size());
/external/libchrome/base/strings/
H A Dstring_piece_unittest.cc496 // remove_suffix
498 c.remove_suffix(3);
501 c.remove_suffix(0);
503 c.remove_suffix(c.size());
H A Dstring_piece.h233 void remove_suffix(size_type n) { function in class:base::BasicStringPiece
/external/regex-re2/re2/testing/
H A Dtester.cc620 sp.remove_suffix(1);
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp721 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin));

Completed in 6863 milliseconds