HomeSort by relevance Sort by last modified time
    Searched refs:remove_suffix (Results 1 - 7 of 7) 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/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 485 cert_match.remove_suffix(1);
    [all...]

Completed in 82 milliseconds