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.cc1135 s->remove_prefix(1); // digit in ParseInteger()
1154 s.remove_prefix(1); // '{' in MaybeParseRepetition()
1160 s.remove_prefix(1); // ',' in MaybeParseRepetition()
1177 s.remove_prefix(1); // '}' in MaybeParseRepetition()
1192 sp->remove_prefix(n); in StringPieceToRune()
1251 s->remove_prefix(1); // backslash in ParseEscape()
1284 s->remove_prefix(1); // digit in ParseEscape()
1289 s->remove_prefix(1); // digit in ParseEscape()
1500 s->remove_prefix(name.size()); in MaybeParsePerlCCEscape()
1530 s->remove_prefix(2); // '\\', 'p' in ParseUnicodeGroup()
[all …]
Dstringpiece.h70 void remove_prefix(int n) { in remove_prefix() function
Dre2.cc312 input->remove_prefix(consumed); in ConsumeN()
323 input->remove_prefix(consumed); in FindAndConsumeN()
544 subtext.remove_prefix(startpos); in Match()
586 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/icu4c/test/intltest/
Dstrtest.cpp279 sp.remove_prefix(-1); in TestStringPiece()
284 sp.remove_prefix(2); in TestStringPiece()
289 sp.remove_prefix(5); in TestStringPiece()
491 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.cpp291 fullName.remove_prefix(offset); in BytesTriePackageLookup()
/external/regex-re2/re2/testing/
Dtester.cc617 sp.remove_prefix(1); in TestInput()