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

  /external/icu4c/common/unicode/
stringpiece.h 172 void remove_suffix(int32_t n) { function in class:StringPiece
  /external/chromium/base/
vlog.cc 95 module.remove_suffix(kInlSuffixLen);
string_piece.h 90 void remove_suffix(size_type n) { function in class:base::StringPiece
string_piece_unittest.cc 464 // remove_suffix
466 c.remove_suffix(3);
469 c.remove_suffix(0);
471 c.remove_suffix(c.size());
  /external/icu4c/test/intltest/
strtest.cpp 325 // remove_suffix()
327 sp.remove_suffix(-1);
329 errln("abcd.remove_suffix(-1) failed");
332 sp.remove_suffix(2);
334 errln("abcd.remove_suffix(2) failed");
337 sp.remove_suffix(5);
339 errln("abcd.remove_suffix(5) failed");
359 abcd.remove_suffix(1);
361 errln("abc!=abcd.remove_suffix(1)");
  /external/regex-re2/re2/
stringpiece.h 75 void remove_suffix(int n) { function in class:re2::StringPiece
re2.cc 521 subtext.remove_suffix(text.size() - endpos);
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 738 value.remove_suffix(1);
768 value.remove_suffix(1);
    [all...]
  /external/chromium/net/base/
x509_certificate.cc 491 cert_match.remove_suffix(1);
    [all...]

Completed in 182 milliseconds