Home
last modified time | relevance | path

Searched refs:remove_prefix (Results 1 – 16 of 16) sorted by relevance

/external/chromium/net/base/
Ddnssec_chain_verifier.cc150 a.remove_prefix(1); in CountLabels()
152 a.remove_prefix(label_len); in CountLabels()
162 a->remove_prefix(1); in RemoveLeadingLabel()
163 a->remove_prefix(label_len); in RemoveLeadingLabel()
265 rrdata.remove_prefix(len + 1); in ParseTLSTXTRecord()
366 a.remove_prefix(1); in MatchingLabels()
368 b.remove_prefix(1); in MatchingLabels()
378 a.remove_prefix(a_length); in MatchingLabels()
379 b.remove_prefix(b_length); in MatchingLabels()
388 chain_.remove_prefix(1); in U8()
[all …]
Dasn1_util.cc59 in->remove_prefix(len); in ParseElement()
70 out->remove_prefix(header_len); in GetElement()
Dx509_certificate.cc475 wildcard_domain.remove_prefix(first_dot_index); in VerifyHostname()
511 cert_match.remove_prefix(1); in VerifyHostname()
/external/regex-re2/re2/
Dparse.cc1136 s->remove_prefix(1); // digit in ParseInteger()
1155 s.remove_prefix(1); // '{' in MaybeParseRepetition()
1161 s.remove_prefix(1); // ',' in MaybeParseRepetition()
1178 s.remove_prefix(1); // '}' in MaybeParseRepetition()
1193 sp->remove_prefix(n); in StringPieceToRune()
1252 s->remove_prefix(1); // backslash in ParseEscape()
1285 s->remove_prefix(1); // digit in ParseEscape()
1290 s->remove_prefix(1); // digit in ParseEscape()
1494 s->remove_prefix(name.size()); in MaybeParsePerlCCEscape()
1524 s->remove_prefix(2); // '\\', 'p' in ParseUnicodeGroup()
[all …]
Dstringpiece.h70 void remove_prefix(int n) { in remove_prefix() function
Dre2.cc289 input->remove_prefix(consumed); in ConsumeN()
300 input->remove_prefix(consumed); in FindAndConsumeN()
520 subtext.remove_prefix(startpos); in Match()
562 subtext.remove_prefix(prefixlen); in Match()
/external/chromium/base/
Dvlog.cc89 module.remove_prefix(last_slash_pos + 1); in GetModule()
148 p.remove_prefix(1), s.remove_prefix(1); in MatchVlogPattern()
158 p.remove_prefix(1); in MatchVlogPattern()
170 s.remove_prefix(1); in MatchVlogPattern()
Dstring_piece.h85 void remove_prefix(size_type n) { in remove_prefix() function
Dstring_piece_unittest.cc456 c.remove_prefix(3); in TEST()
459 c.remove_prefix(0); in TEST()
461 c.remove_prefix(c.size()); in TEST()
Dlogging.cc655 filename.remove_prefix(last_slash_pos + 1); in Init()
/external/dbus/tools/
Ddbus-launch-x11.c54 remove_prefix (char *s, in remove_prefix() function
139 remove_prefix (display, "localhost.localdomain:"); in get_session_file()
140 remove_prefix (display, "localhost:"); in get_session_file()
141 remove_prefix (display, ":"); in get_session_file()
/external/icu4c/test/intltest/
Dstrtest.cpp311 sp.remove_prefix(-1); in TestStringPiece()
316 sp.remove_prefix(2); in TestStringPiece()
321 sp.remove_prefix(5); in TestStringPiece()
523 sp.remove_prefix(4); in TestCharString()
/external/icu4c/common/unicode/
Dstringpiece.h157 void remove_prefix(int32_t n) { in remove_prefix() function
/external/regex-re2/util/
Dpcre.cc270 input->remove_prefix(consumed); in operator ()()
319 input->remove_prefix(consumed); in operator ()()
/external/chromium/net/tools/flip_server/
Dbalsa_frame.cc736 value.remove_prefix(1); in ProcessChunkExtensionsManual()
766 value.remove_prefix(1); in ProcessChunkExtensionsGoogle3()
/external/icu4c/test/perf/dicttrieperf/
Ddicttrieperf.cpp292 fullName.remove_prefix(offset); in BytesTriePackageLookup()