Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/number/
Dnumber.cc178 int NumberAnnotator::FindPercentSuffixEndCodepoint( in FindPercentSuffixEndCodepoint() function in libtextclassifier3::NumberAnnotator
191 return FindPercentSuffixEndCodepoint(tokens, suffix_token_start_index + 1); in FindPercentSuffixEndCodepoint()
264 FindPercentSuffixEndCodepoint(tokens, i + 1); in FindAll()
Dnumber.h98 int FindPercentSuffixEndCodepoint(const std::vector<Token>& tokens,