Searched refs:remove_prefix (Results 1 - 21 of 21) sorted by relevance

/external/libcxx/test/std/experimental/string.view/string.view.modifiers/
H A Dremove_prefix.pass.cpp13 // void remove_prefix(size_type _n)
28 sv1.remove_prefix ( 1 );
31 sv1.remove_prefix ( len - 1 );
35 sv1.remove_prefix ( 0 );
44 sv1.remove_prefix ( k );
/external/libchrome/base/
H A Dvlog.cc93 module.remove_prefix(last_slash_pos + 1);
152 p.remove_prefix(1), s.remove_prefix(1);
162 p.remove_prefix(1);
174 s.remove_prefix(1);
H A Dlogging.cc761 filename.remove_prefix(last_slash_pos + 1);
/external/regex-re2/re2/
H A Dparse.cc1135 s->remove_prefix(1); // digit
1154 s.remove_prefix(1); // '{'
1160 s.remove_prefix(1); // ','
1177 s.remove_prefix(1); // '}'
1192 sp->remove_prefix(n);
1251 s->remove_prefix(1); // backslash
1284 s->remove_prefix(1); // digit
1289 s->remove_prefix(1); // digit
1500 s->remove_prefix(name.size());
1530 s->remove_prefix(
[all...]
H A Dstringpiece.h70 void remove_prefix(int n) { function in class:re2::StringPiece
H A Dre2.cc312 input->remove_prefix(consumed);
323 input->remove_prefix(consumed);
544 subtext.remove_prefix(startpos);
586 subtext.remove_prefix(prefixlen);
/external/icu/icu4c/source/common/unicode/
H A Dstringpiece.h157 void remove_prefix(int32_t n) { function in class:StringPiece
/external/dbus/tools/
H A Ddbus-launch-x11.c54 remove_prefix (char *s, function
139 remove_prefix (display, "localhost.localdomain:");
140 remove_prefix (display, "localhost:");
141 remove_prefix (display, ":");
/external/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp279 // remove_prefix()
281 sp.remove_prefix(-1);
283 errln("abcd.remove_prefix(-1) failed");
286 sp.remove_prefix(2);
288 errln("abcd.remove_prefix(2) failed");
291 sp.remove_prefix(5);
293 errln("abcd.remove_prefix(5) failed");
493 sp.remove_prefix(4);
/external/pcre/dist/
H A Dpcre_stringpiece.h105 void remove_prefix(int n) { function in class:pcrecpp::StringPiece
H A Dpcrecpp.cc277 input->remove_prefix(consumed);
325 input->remove_prefix(consumed);
/external/pcre/
H A Dpcre_stringpiece.h105 void remove_prefix(int n) { function in class:pcrecpp::StringPiece
/external/libweave/third_party/chromium/base/
H A Dlogging.cc201 filename.remove_prefix(last_slash_pos + 1);
/external/skia/tools/skp/
H A Dwebpages_playback.py129 def remove_prefix(s, prefix): function
488 self._bucket = remove_prefix(self._data_store_url.lstrip(),
/external/libweave/third_party/chromium/base/strings/
H A Dstring_piece.h147 void remove_prefix(size_type n) { function in class:base::BasicStringPiece
H A Dstring_piece_unittest.cc475 // remove_prefix
477 c.remove_prefix(3);
480 c.remove_prefix(0);
482 c.remove_prefix(c.size());
/external/libchrome/base/strings/
H A Dstring_piece_unittest.cc486 // remove_prefix
488 c.remove_prefix(3);
491 c.remove_prefix(0);
493 c.remove_prefix(c.size());
H A Dstring_piece.h228 void remove_prefix(size_type n) { function in class:base::BasicStringPiece
/external/regex-re2/util/
H A Dpcre.cc270 input->remove_prefix(consumed);
319 input->remove_prefix(consumed);
/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp290 fullName.remove_prefix(offset);
/external/regex-re2/re2/testing/
H A Dtester.cc617 sp.remove_prefix(1);

Completed in 467 milliseconds