Home
last modified time | relevance | path

Searched refs:getStrSegment (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java1005 … String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent()
1023 … String search = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent()
1941 String tmp = mComposingText.getStrSegment(layer, -1).string; in commitTextWithoutLastAlphabet()
2366 String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, in processSoftKeyboardToggleChar()
2637 StrSegment seg = composingText.getStrSegment(ComposingText.LAYER2, index); in learnWord()
DComposingText.java101 public StrSegment getStrSegment(int layer, int pos) { in getStrSegment() method in ComposingText
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DRomkanFullKatakana.java177 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i); in convert()
DRomkan.java173 str[MAX_LENGTH - i] = text.getStrSegment(1, cursor - i); in convert()