Searched defs:max_whitespace_gap (Results 1 – 4 of 4) sorted by relevance
/external/libtextclassifier/native/utils/grammar/utils/ |
D | rules.cc | 208 const int8 max_whitespace_gap, const bool case_sensitive, const int shard, in ExpandOptionals() 321 const int8 max_whitespace_gap, const bool case_sensitive, in Add() 343 const int8 max_whitespace_gap, const bool case_sensitive, in Add() 374 const int8 max_whitespace_gap, in AddWithExclusion() 384 const bool negative, const int8 max_whitespace_gap, in AddAssertion() 393 const int64 value, const int8 max_whitespace_gap, in AddValueMapping() 401 int64 value, const int8 max_whitespace_gap, in AddValueMapping()
|
D | rules.h | 90 int8 max_whitespace_gap = -1; member
|
D | ir.h | 72 int8 max_whitespace_gap = -1; member
|
/external/libtextclassifier/native/utils/grammar/parsing/ |
D | matcher.cc | 224 int8* max_whitespace_gap) { in GetLhs() 330 int8 max_whitespace_gap; in ExecuteLhsSet() local
|