OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLookAheadWeight
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
lookahead-matcher.h
106
const uint32
kLookAheadWeight
= 0x00000004;
249
kLookAheadWeight
| kLookAheadPrefix>
344
if (F &
kLookAheadWeight
)
350
if (!(F & (
kLookAheadWeight
| kLookAheadPrefix)))
353
if (F &
kLookAheadWeight
)
359
if (!(F & (
kLookAheadWeight
| kLookAheadPrefix)))
362
if (F &
kLookAheadWeight
)
384
if (!(F & (
kLookAheadWeight
| kLookAheadPrefix)))
388
if (F &
kLookAheadWeight
)
392
if (!(F & (
kLookAheadWeight
| kLookAheadPrefix))
[
all
...]
matcher-fst.h
323
kLookAheadWeight
| kLookAheadPrefix |
326
kLookAheadWeight
| kLookAheadPrefix |
lookahead-filter.h
370
if (!(LookAheadFlags() &
kLookAheadWeight
))
384
if (!(LookAheadFlags() &
kLookAheadWeight
) || *weight1 == Weight::Zero())
Completed in 291 milliseconds