Home
last modified time | relevance | path

Searched refs:icu_preserve_whitespace_tokens (Results 1 – 11 of 11) sorted by relevance

/external/libtextclassifier/native/utils/
Dtokenizer.h58 const bool icu_preserve_whitespace_tokens,
67 const bool icu_preserve_whitespace_tokens) in Tokenizer() argument
70 icu_preserve_whitespace_tokens, in Tokenizer()
Dtokenizer_test.cc37 const bool icu_preserve_whitespace_tokens, in TestingTokenizer() argument
41 icu_preserve_whitespace_tokens, preserve_floating_numbers) {} in TestingTokenizer()
53 const bool icu_preserve_whitespace_tokens, in TestingTokenizerProxy() argument
81 icu_preserve_whitespace_tokens, preserve_floating_numbers)); in TestingTokenizerProxy()
Dtokenizer.cc34 const bool icu_preserve_whitespace_tokens, in Tokenizer() argument
39 icu_preserve_whitespace_tokens_(icu_preserve_whitespace_tokens), in Tokenizer()
/external/libtextclassifier/native/annotator/grammar/
Dtest-utils.cc34 model->tokenizer_options->icu_preserve_whitespace_tokens = false; in SetTestTokenizerOptions()
/external/libtextclassifier/native/actions/
Dfeature-processor.cc65 tokenize_on_script_change, options->icu_preserve_whitespace_tokens())); in CreateTokenizer()
Dgrammar-actions_test.cc71 action_grammar_rules->tokenizer_options->icu_preserve_whitespace_tokens = in SetTokenizerOptions()
Dactions-suggestions_test.cc1070 action_grammar_rules->tokenizer_options->icu_preserve_whitespace_tokens = in TEST_F()
1132 action_grammar_rules->tokenizer_options->icu_preserve_whitespace_tokens = in TEST_F()
Dactions_model.fbs131 icu_preserve_whitespace_tokens:bool = false;
/external/libtextclassifier/native/annotator/
Dfeature-processor.cc51 options->icu_preserve_whitespace_tokens()); in BuildTokenizer()
Dmodel.fbs361 icu_preserve_whitespace_tokens:bool = false;
759 icu_preserve_whitespace_tokens:bool = false;
Dannotator_test-include.cc1837 grammar_model->tokenizer_options->icu_preserve_whitespace_tokens = false; in TEST_F()