Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor.cc388 int CenterTokenFromClick(CodepointSpan span, in CenterTokenFromClick() function
437 return internal::CenterTokenFromClick(span, tokens); in FindCenterToken()
451 return internal::CenterTokenFromClick(span, tokens); in FindCenterToken()
704 *click_pos = internal::CenterTokenFromClick(input_span, *tokens); in RetokenizeAndFindClick()
Dfeature-processor_test.cc442 TEST_F(FeatureProcessorTest, CenterTokenFromClick) { in TEST_F() argument
446 token_index = internal::CenterTokenFromClick( in TEST_F()
452 token_index = internal::CenterTokenFromClick( in TEST_F()
458 token_index = internal::CenterTokenFromClick( in TEST_F()
Dfeature-processor.h56 int CenterTokenFromClick(CodepointSpan span, const std::vector<Token>& tokens);