Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h63 COMPOSE_SIGMA = COMPOSE_FST1_SIGMA | COMPOSE_FST2_SIGMA, enumerator
64 COMPOSE_SPECIAL_SYMBOLS = COMPOSE_RHO | COMPOSE_PHI | COMPOSE_SIGMA,
490 if ((T & COMPOSE_SIGMA) != 0 && match_labela == kSigmaLabel) { in OrderedExpand()