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

  /external/chromium/third_party/icu/public/common/unicode/
stringpiece.h 157 void remove_suffix(int32_t n) { function in class:StringPiece
  /external/icu4c/common/unicode/
stringpiece.h 172 void remove_suffix(int32_t n) { function in class:StringPiece
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 373 // remove_suffix()
375 sp.remove_suffix(-1);
377 errln("abcd.remove_suffix(-1) failed");
380 sp.remove_suffix(2);
382 errln("abcd.remove_suffix(2) failed");
385 sp.remove_suffix(5);
387 errln("abcd.remove_suffix(5) failed");
  /external/icu4c/test/intltest/
strtest.cpp 373 // remove_suffix()
375 sp.remove_suffix(-1);
377 errln("abcd.remove_suffix(-1) failed");
380 sp.remove_suffix(2);
382 errln("abcd.remove_suffix(2) failed");
385 sp.remove_suffix(5);
387 errln("abcd.remove_suffix(5) failed");
  /external/chromium/base/
string_piece.h 82 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/chromium/net/tools/flip_server/
balsa_frame.cc 714 value.remove_suffix(1);
744 value.remove_suffix(1);
    [all...]

Completed in 364 milliseconds