Home
last modified time | relevance | path

Searched defs:max_word_length (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/smartselect/
Dtoken-feature-extractor.h57 int max_word_length = 20; member
Dtoken-feature-extractor.cc114 const int max_word_length = options_.max_word_length; in ExtractCharactergramFeaturesAscii() local
Dtext-classification-model.proto83 optional int32 max_word_length = 21 [default = 20]; field
/external/google-breakpad/src/processor/
Dminidump.cc332 size_t max_word_length = max_length_in_bytes / sizeof(utf16_data[0]); in ConvertUTF16BufferToUTF8String() local