HomeSort by relevance Sort by last modified time
    Searched refs:RemovePrefix (Results 1 - 5 of 5) sorted by null

  /external/libtextclassifier/utils/sentencepiece/
test_utils.cc 32 spec.RemovePrefix(sizeof(trie_blob_size));
34 spec.RemovePrefix(trie_blob_size);
encoder.cc 37 normalized_text.RemovePrefix(1);
78 normalized_text.RemovePrefix(1);
normalizer.cc 42 input.RemovePrefix(suffix_and_length.second);
102 input.RemovePrefix(p.second);
  /external/libtextclassifier/utils/strings/
stringpiece.h 79 void RemovePrefix(int n) {
102 text->RemovePrefix(prefix.size());
  /art/cmdline/
cmdline_types.h 637 static std::string RemovePrefix(const std::string& source) {
672 std::string suffix = RemovePrefix(option);

Completed in 2010 milliseconds