Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreverse.h76 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse() local
77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
Dmap.h223 uint64 oprops = ofst->Properties(kFstProperties, false); in Map() local
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in Map()
/external/openfst/src/include/fst/
Dreverse.h85 uint64 oprops = ofst->Properties(kFstProperties, false); in Reverse() local
86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties); in Reverse()
Dlookahead-filter.h533 uint64 oprops = filter_.Properties(iprops); in Properties() local
535 return oprops & kOLabelInvariantProperties; in Properties()
537 return oprops & kILabelInvariantProperties; in Properties()
Dcompose-filter.h530 uint64 oprops = filter_.Properties(iprops); in Properties() local
531 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties; in Properties()
Dstate-map.h169 uint64 oprops = ofst->Properties(kFstProperties, false); in StateMap() local
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in StateMap()
Darc-map.h285 uint64 oprops = ofst->Properties(kFstProperties, false); in ArcMap() local
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in ArcMap()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java498 void recomposeOutput(OutputProperties oprops) in recomposeOutput() argument
502 m_outputProperties.copyFrom(oprops); in recomposeOutput()
/external/openfst/src/include/fst/extensions/pdt/
Dcompose.h388 uint64 oprops = filter_.Properties(iprops); in Properties() local
389 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties; in Properties()