OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:replaceStrSegment
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
Romkan.java
192
text.
replaceStrSegment
(ComposingText.LAYER1, out, MAX_LENGTH - start);
199
text.
replaceStrSegment
(1, out, MAX_LENGTH - start);
RomkanFullKatakana.java
196
text.
replaceStrSegment
(ComposingText.LAYER1, out, MAX_LENGTH - start);
203
text.
replaceStrSegment
(1, out, MAX_LENGTH - start);
OpenWnnEngineJAJP.java
461
text.
replaceStrSegment
(ComposingText.LAYER2, ss,
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java
334
public void
replaceStrSegment
(int layer, StrSegment[] str, int num) {
346
public void
replaceStrSegment
(int layer, StrSegment[] str) {
Completed in 641 milliseconds