HomeSort by relevance Sort by last modified time
    Searched defs:AW (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
arc-map.h 771 typedef typename A::Weight AW;
776 if (arc.nextstate == kNoStateId && arc.weight != AW::Zero())
811 typedef typename A::Weight AW;
820 return A(arc.ilabel, 0, AW::Zero(), kNoStateId);
823 AW w2 = arc.weight.Value2();
869 typedef typename A::Weight AW;
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::One(), n))
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 111 AW(new String[]{
    [all...]

Completed in 186 milliseconds