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

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

Completed in 188 milliseconds