OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CenterTokenFromClick
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/smartselect/
feature-processor.h
66
int
CenterTokenFromClick
(CodepointSpan span, const std::vector<Token>& tokens);
feature-processor.cc
352
int
CenterTokenFromClick
(CodepointSpan span,
400
return internal::
CenterTokenFromClick
(span, tokens);
412
return internal::
CenterTokenFromClick
(span, tokens);
611
*click_pos = internal::
CenterTokenFromClick
(input_span, *tokens);
/external/libtextclassifier/tests/
feature-processor_test.cc
273
TEST(FeatureProcessorTest,
CenterTokenFromClick
) {
277
token_index = internal::
CenterTokenFromClick
(
283
token_index = internal::
CenterTokenFromClick
(
289
token_index = internal::
CenterTokenFromClick
(
Completed in 149 milliseconds