Searched refs:included (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DComposingText.java192 /* the segment is included */
198 /* included in this segment */
491 private int included(int layer, int pos) { method in class:ComposingText
523 mCursor[1] = included(0, pos);
524 mCursor[2] = included(1, mCursor[1]);
526 mCursor[2] = included(1, pos);

Completed in 82 milliseconds