Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h62 COMPOSE_PHI = COMPOSE_FST1_PHI | COMPOSE_FST2_PHI, enumerator
64 COMPOSE_SPECIAL_SYMBOLS = COMPOSE_RHO | COMPOSE_PHI | COMPOSE_SIGMA,
530 } else if (((T & COMPOSE_PHI) != 0) && (labela == kPhiLabel)) { in OrderedExpand()