Searched refs:replaceStrSegment (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | RomkanFullKatakana.java | 196 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert() 203 text.replaceStrSegment(1, out, MAX_LENGTH - start); in convert()
|
D | Romkan.java | 192 text.replaceStrSegment(ComposingText.LAYER1, out, MAX_LENGTH - start); in convert() 199 text.replaceStrSegment(1, out, MAX_LENGTH - start); in convert()
|
D | OpenWnnEngineJAJP.java | 461 text.replaceStrSegment(ComposingText.LAYER2, ss, in convert()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | ComposingText.java | 334 public void replaceStrSegment(int layer, StrSegment[] str, int num) { in replaceStrSegment() method in ComposingText 346 public void replaceStrSegment(int layer, StrSegment[] str) { in replaceStrSegment() method in ComposingText
|