HomeSort by relevance Sort by last modified time
    Searched defs:remove_prefix (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/unicode/
stringpiece.h 159 void remove_prefix(int32_t n) { function in class:StringPiece
  /external/pcre/pcrecpp/include/
pcre_stringpiece.h 105 void remove_prefix(int n) { function in class:pcrecpp::StringPiece
  /system/core/healthd/
AnimationParser.cpp 40 bool remove_prefix(const std::string& line, const char* prefix, const char** rest) { function in namespace:android
97 } else if (remove_prefix(line, animation_prefix, &rest)) {
107 } else if (remove_prefix(line, fail_prefix, &rest)) {
109 } else if (remove_prefix(line, clock_prefix, &rest)) {
114 } else if (remove_prefix(line, percent_prefix, &rest)) {
  /external/skia/tools/skp/
webpages_playback.py 119 def remove_prefix(s, prefix): function
  /art/runtime/base/
stringpiece.h 95 void remove_prefix(size_type n) { function in class:art::StringPiece
  /build/kati/
string_piece.h 102 void remove_prefix(size_type n) { function in class:StringPiece
  /external/libchrome/base/strings/
string_piece.h 229 void remove_prefix(size_type n) { function in class:base::BasicStringPiece
  /external/regex-re2/re2/
stringpiece.h 70 void remove_prefix(int n) { function in class:re2::StringPiece

Completed in 312 milliseconds