OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remove_suffix
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/common/unicode/
stringpiece.h
172
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_org/net/base/
dns_util.cc
87
host_trimmed.
remove_suffix
(1);
/external/chromium_org/chrome/tools/profile_reset/
jtl_parser.cc
134
state_->last_context.
remove_suffix
(state_->remaining_compacted_source.size());
/external/icu4c/test/intltest/
strtest.cpp
293
//
remove_suffix
()
295
sp.
remove_suffix
(-1);
297
errln("abcd.
remove_suffix
(-1) failed");
300
sp.
remove_suffix
(2);
302
errln("abcd.
remove_suffix
(2) failed");
305
sp.
remove_suffix
(5);
307
errln("abcd.
remove_suffix
(5) failed");
327
abcd.
remove_suffix
(1);
329
errln("abc!=abcd.
remove_suffix
(1)");
/art/runtime/base/
stringpiece.h
91
void
remove_suffix
(int n) {
function in class:art::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/chromium_org/base/
vlog.cc
99
module.
remove_suffix
(kInlSuffixLen);
/external/chromium_org/google_apis/drive/
time_util.cc
70
time.
remove_suffix
(1);
/external/chromium_org/third_party/icu/source/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_org/third_party/re2/re2/
stringpiece.h
78
void
remove_suffix
(int n) {
function in class:re2::StringPiece
re2.cc
563
subtext.
remove_suffix
(text.size() - endpos);
[
all
...]
/external/chromium_org/ui/base/webui/
web_ui_util.cc
121
stripped_path.
remove_suffix
(stripped_path.length() - pos);
/external/regex-re2/re2/
stringpiece.h
75
void
remove_suffix
(int n) {
function in class:re2::StringPiece
/external/chromium_org/net/tools/quic/
quic_in_memory_cache.cc
194
path.
remove_suffix
(1);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.h
90
void
remove_suffix
(size_type n) {
function in class:i18n::phonenumbers::StringPiece
/external/chromium_org/base/strings/
string_piece_unittest.cc
484
//
remove_suffix
486
c.
remove_suffix
(3);
489
c.
remove_suffix
(0);
491
c.
remove_suffix
(c.size());
string_piece.h
107
void
remove_suffix
(size_type n) {
function in class:base::internal::StringPieceDetail
/external/chromium/net/tools/flip_server/
balsa_frame.cc
738
value.
remove_suffix
(1);
768
value.
remove_suffix
(1);
[
all
...]
/external/chromium_org/third_party/re2/re2/testing/
tester.cc
620
sp.
remove_suffix
(1);
/external/regex-re2/re2/testing/
tester.cc
620
sp.
remove_suffix
(1);
/external/chromium_org/chrome/browser/
io_thread.cc
[
all
...]
/external/chromium_org/net/tools/balsa/
balsa_frame.cc
738
value.
remove_suffix
(1);
[
all
...]
Completed in 713 milliseconds
1
2