Searched defs:AW (Results 1 - 3 of 3) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h687 typedef typename A::Weight AW; typedef in struct:fst::ToGallicMapper
692 if (arc.nextstate == kNoStateId && arc.weight != AW::Zero())
723 typedef typename A::Weight AW; typedef in struct:fst::FromGallicMapper
729 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
732 AW w2 = arc.weight.Value2();
763 typedef typename A::Weight AW; typedef in struct:fst::GallicToNewSymbolsMapper
771 fst_->SetFinal(state_, AW::One());
783 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
786 AW w2 = arc.weight.Value2();
805 fst_->AddArc(p, ToArc(i ? 0 : l, iter1.Value(), AW
[all...]
/external/openfst/src/include/fst/
H A Darc-map.h771 typedef typename A::Weight AW; typedef in struct:fst::ToGallicMapper
776 if (arc.nextstate == kNoStateId && arc.weight != AW::Zero())
811 typedef typename A::Weight AW; typedef in struct:fst::FromGallicMapper
820 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
823 AW w2 = arc.weight.Value2();
869 typedef typename A::Weight AW; typedef in struct:fst::GallicToNewSymbolsMapper
878 fst_->SetFinal(state_, AW::One());
892 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
895 AW w2 = arc.weight.Value2();
914 fst_->AddArc(p, ToArc(i ? 0 : l, iter1.Value(), AW
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java111 AW(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum

Completed in 124 milliseconds