Home
last modified time | relevance | path

Searched refs:max_whitespace_gap (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/utils/grammar/utils/
Drules.h90 int8 max_whitespace_gap = -1; member
118 const int64 callback_param = 0, int8 max_whitespace_gap = -1,
125 int8 max_whitespace_gap = -1, bool case_sensitive = false,
134 int8 max_whitespace_gap = -1,
139 bool negative = true, int8 max_whitespace_gap = -1,
145 int8 max_whitespace_gap = -1,
148 int8 max_whitespace_gap = -1,
185 int64 callback_param, int8 max_whitespace_gap, bool case_sensitive,
Drules.cc97 /*preconditions=*/{rule.max_whitespace_gap}}, in LowerRule()
119 /*preconditions=*/{rule.max_whitespace_gap}}, in LowerRule()
208 const int8 max_whitespace_gap, const bool case_sensitive, const int shard, in ExpandOptionals() argument
222 r.max_whitespace_gap = max_whitespace_gap; in ExpandOptionals()
235 ExpandOptionals(lhs, rhs, callback, callback_param, max_whitespace_gap, in ExpandOptionals()
241 ExpandOptionals(lhs, rhs, callback, callback_param, max_whitespace_gap, in ExpandOptionals()
321 const int8 max_whitespace_gap, const bool case_sensitive, in Add() argument
336 max_whitespace_gap, case_sensitive, shard, in Add()
343 const int8 max_whitespace_gap, const bool case_sensitive, in Add() argument
368 max_whitespace_gap, case_sensitive, shard); in Add()
[all …]
Dir.cc45 lhs.preconditions.max_whitespace_gap == other.max_whitespace_gap()); in IsSameLhs()
53 lhs.preconditions.max_whitespace_gap == -1); in IsSameLhsEntry()
82 a.preconditions.max_whitespace_gap) < in SortedLhsSet()
84 b.preconditions.max_whitespace_gap); in SortedLhsSet()
108 lhs.preconditions.max_whitespace_gap < 0) { in AddLhsSet()
130 lhs.preconditions.max_whitespace_gap)); in AddLhsSet()
Dir.h67 return max_whitespace_gap == other.max_whitespace_gap;
72 int8 max_whitespace_gap = -1; member
/external/libtextclassifier/native/utils/grammar/parsing/
Dmatcher.cc224 int8* max_whitespace_gap) { in GetLhs() argument
230 *max_whitespace_gap = -1; in GetLhs()
236 *max_whitespace_gap = lhs->max_whitespace_gap(); in GetLhs()
330 int8 max_whitespace_gap; in ExecuteLhsSet() local
332 &max_whitespace_gap); in ExecuteLhsSet()
335 if (max_whitespace_gap >= 0 && whitespace_gap > max_whitespace_gap) { in ExecuteLhsSet()
/external/libtextclassifier/native/utils/grammar/
Drules.fbs111 max_whitespace_gap:byte;