Home
last modified time | relevance | path

Searched defs:remove_prefix (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dstringpiece.h159 void remove_prefix(int32_t n) { in remove_prefix() function
/external/pcre/pcrecpp/include/
Dpcre_stringpiece.h105 void remove_prefix(int n) { in remove_prefix() function
/external/regex-re2/re2/
Dstringpiece.h70 void remove_prefix(int n) { in remove_prefix() function
/external/libchrome/base/strings/
Dstring_piece.h229 void remove_prefix(size_type n) { in remove_prefix() function
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece.h288 void remove_prefix(stringpiece_ssize_type n) { in remove_prefix() function
/external/skia/tools/skp/
Dwebpages_playback.py119 def remove_prefix(s, prefix): function
/external/python/cpython2/Lib/lib2to3/
Drefactor.py33 def get_all_fix_names(fixer_pkg, remove_prefix=True): argument