OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStringInfinity
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
string-weight.h
32
const int
kStringInfinity
= -1; // Label for the infinite string
87
static const StringWeight<L, S> zero(
kStringInfinity
);
329
else if (iter.Value() ==
kStringInfinity
)
arc-map.h
828
if (l ==
kStringInfinity
|| l == kStringBad ||
925
if (l ==
kStringInfinity
|| l == kStringBad || arc.ilabel != arc.olabel) {
[
all
...]
Completed in 118 milliseconds