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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 688 typedef typename GallicArc<A, S>::Weight GW;
693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
700 GW(SW::One(), arc.weight), arc.nextstate);
704 GW(SW(arc.olabel), arc.weight), arc.nextstate);
724 typedef typename GallicArc<A, S>::Weight GW;
728 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
764 typedef typename GallicArc<A, S>::Weight GW;
782 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 475 GW(new String[]{
    [all...]

Completed in 336 milliseconds