Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Drational.h124 uint64 props2 = fst2.Properties(kFstProperties, false); in InitUnion() local
138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion()
146 uint64 props2 = fst2.Properties(kFstProperties, false); in InitConcat() local
161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat()
197 uint64 props2 = fst.Properties(kFstProperties, false); in AddUnion() local
207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion()
215 uint64 props2 = fst.Properties(kFstProperties, false); in AddConcat() local
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
Dconcat.h63 uint64 props2 = fst2.Properties(kFstProperties, false); in Concat() local
67 if (props2 & kError) fst1->SetProperties(kError, kError); in Concat()
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
128 uint64 props2 = fst2->Properties(kFstProperties, false); in Concat() local
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Dunion.h62 uint64 props2 = fst2.Properties(kFstProperties, false); in Union() local
66 if (props2 & kError) fst1->SetProperties(kError, kError); in Union()
93 fst1->SetProperties(props2, kCopyProperties); in Union()
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Dtest-properties.h46 inline bool CompatProperties(uint64 props1, uint64 props2) { in CompatProperties() argument
48 uint64 known_props2 = KnownProperties(props2); in CompatProperties()
50 uint64 incompat_props = (props1 & known_props) ^ (props2 & known_props); in CompatProperties()
57 << ", props2 = " << (props2 & prop ? "true" : "false"); in CompatProperties()
Dstate-table.h394 uint64 props2 = kIDeterministic | kNoIEpsilons; in StringDetComposeStateTable() local
396 fst2.Properties(props2, true) != props2) { in StringDetComposeStateTable()
436 uint64 props2 = kString; in DetStringComposeStateTable() local
438 fst2.Properties(props2, true) != props2) { in DetStringComposeStateTable()
Dproduct-weight.h75 uint64 props2 = W2::Properties(); in Properties() local
76 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
Dexpectation-weight.h110 uint64 props2 = W2::Properties(); in Properties() local
111 return props1 & props2 & (kLeftSemiring | kRightSemiring | in Properties()
Dlexicographic-weight.h114 uint64 props2 = W2::Properties(); in Properties() local
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
Dcompose.h568 int64 props2 = fst2.Properties(kUnweighted, true); in CreateBase2() local
569 if (!(props1 & kUnweighted) && !(props2 & kUnweighted)) { in CreateBase2()
/external/lzma/C/
DLzmaEnc.h35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
DLzmaEnc.c76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() argument
78 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize()
391 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() argument
394 CLzmaEncProps props = *props2; in LzmaEnc_SetProps()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt2097 * genprops/props2.c track changes in DerivedNumericValues.txt