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

  /external/libtextclassifier/annotator/
feature-processor.cc 388 int CenterTokenFromClick(CodepointSpan span,
437 return internal::CenterTokenFromClick(span, tokens);
451 return internal::CenterTokenFromClick(span, tokens);
704 *click_pos = internal::CenterTokenFromClick(input_span, *tokens);
feature-processor.h 56 int CenterTokenFromClick(CodepointSpan span, const std::vector<Token>& tokens);
feature-processor_test.cc 442 TEST_F(FeatureProcessorTest, CenterTokenFromClick) {
446 token_index = internal::CenterTokenFromClick(
452 token_index = internal::CenterTokenFromClick(
458 token_index = internal::CenterTokenFromClick(
    [all...]

Completed in 854 milliseconds