~ubuntu-branches/ubuntu/quantal/sunpinyin/quantal

« back to all changes in this revision

Viewing changes to src/ime-core/imi_context.h

  • Committer: Bazaar Package Importer
  • Author(s): Liang Guo
  • Date: 2011-03-15 00:20:57 UTC
  • mfrom: (1.1.2 upstream) (1.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110315002057-k8qf3ybnqtuaf0u1
Tags: 2.0.3-2
* Build with prefix=$(DEB_DESTDIR)/usr (Close: #617752)
* Fix FTBFS on SH (Close: #617753)
* Fix FTBFS on MIPSEL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
 
275
275
    inline bool _buildLattice (IPySegmentor::TSegmentVec &segments, unsigned rebuildFrom=1, bool doSearch=true);
276
276
    inline void _forwardSyllables (unsigned i, unsigned j, const IPySegmentor::TSegment& seg);
277
 
    inline void _forwardSingleSyllable (unsigned i, unsigned j, TSyllable syllable, const IPySegmentor::TSegment& seg);
 
277
    inline void _forwardSingleSyllable (unsigned i, unsigned j, TSyllable syllable, const IPySegmentor::TSegment& seg, bool fuzzy=false);
278
278
    inline void _forwardSyllableSep (unsigned i, unsigned j);
279
279
    inline void _forwardString (unsigned i, unsigned j, const std::vector<unsigned>& strbuf);
280
280
    inline void _forwardPunctChar (unsigned i, unsigned j, unsigned ch);