/external/openfst/src/include/fst/ |
reverse.h | 85 uint64 oprops = ofst->Properties(kFstProperties, false); local 86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
|
compose-filter.h | 530 uint64 oprops = filter_.Properties(iprops); local 531 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties;
|
state-map.h | 169 uint64 oprops = ofst->Properties(kFstProperties, false); local 170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
|
lookahead-filter.h | 533 uint64 oprops = filter_.Properties(iprops); local 535 return oprops & kOLabelInvariantProperties; 537 return oprops & kILabelInvariantProperties;
|
arc-map.h | 285 uint64 oprops = ofst->Properties(kFstProperties, false); local 286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
reverse.h | 76 uint64 oprops = ofst->Properties(kFstProperties, false); local 77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
|
map.h | 223 uint64 oprops = ofst->Properties(kFstProperties, false); local 224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
StylesheetRoot.java | 496 * @param oprops non-null reference to xsl:output properties representation. 498 void recomposeOutput(OutputProperties oprops) 502 m_outputProperties.copyFrom(oprops); [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 388 uint64 oprops = filter_.Properties(iprops); local 389 return oprops & kILabelInvariantProperties & kOLabelInvariantProperties;
|
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |