Searched defs:oprops (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/include/fst/
H A Dreverse.h85 uint64 oprops = ofst->Properties(kFstProperties, false); local
86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
H A Dstate-map.h169 uint64 oprops = ofst->Properties(kFstProperties, false); local
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
H A Dcompose-filter.h530 uint64 oprops = filter_.Properties(iprops); local
531 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties;
H A Dlookahead-filter.h533 uint64 oprops = filter_.Properties(iprops); local
535 return oprops & kOLabelInvariantProperties;
537 return oprops & kILabelInvariantProperties;
H A Darc-map.h285 uint64 oprops = ofst->Properties(kFstProperties, false); local
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreverse.h76 uint64 oprops = ofst->Properties(kFstProperties, false); local
77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
H A Dmap.h223 uint64 oprops = ofst->Properties(kFstProperties, false); local
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h388 uint64 oprops = filter_.Properties(iprops); local
389 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java496 * @param oprops non-null reference to xsl:output properties representation.
498 void recomposeOutput(OutputProperties oprops) argument
502 m_outputProperties.copyFrom(oprops);

Completed in 200 milliseconds