Searched refs:TokensAreValidEnding (Results 1 – 2 of 2) sorted by relevance
120 bool NumberAnnotator::TokensAreValidEnding(const std::vector<Token>& tokens, in TokensAreValidEnding() function in libtextclassifier3::NumberAnnotator145 if (TokensAreValidEnding(tokens, suffix_start_index)) { in TokensAreValidNumberSuffix()155 TokensAreValidEnding(tokens, suffix_start_index + 1)) { in TokensAreValidNumberSuffix()163 TokensAreValidEnding(tokens, suffix_start_index + 2)) { in TokensAreValidNumberSuffix()187 TokensAreValidEnding(tokens, suffix_token_start_index + 1)) { in FindPercentSuffixEndCodepoint()
88 bool TokensAreValidEnding(const std::vector<Token>& tokens,