Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/number/
Dnumber.cc303 std::string percent_suffix = suffix.ToString(); in FromFlatbufferStringToUnordredSet() local
304 percent_suffix.erase( in FromFlatbufferStringToUnordredSet()
305 std::remove_if(percent_suffix.begin(), percent_suffix.end(), in FromFlatbufferStringToUnordredSet()
307 percent_suffix.end()); in FromFlatbufferStringToUnordredSet()
308 strings_set.insert(percent_suffix); in FromFlatbufferStringToUnordredSet()