OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAYER2
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java
460
text.setCursor(ComposingText.
LAYER2
, text.size(ComposingText.
LAYER2
));
461
text.replaceStrSegment(ComposingText.
LAYER2
, ss,
462
text.getCursor(ComposingText.
LAYER2
));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java
[
all
...]
ComposingText.java
56
public static final int
LAYER2
= 2;
276
* @param
layer2
Never merge to the previous segment from {@code layer1} to {@code
layer2
}.
279
public void insertStrSegment(int layer1, int
layer2
, StrSegment str) {
283
for (int i = layer1 + 1; i <=
layer2
; i++) {
295
int cursor = mCursor[
layer2
];
296
modifyUpper(
layer2
, cursor - 1, 1, 0);
297
setCursor(
layer2
, cursor);
Completed in 6325 milliseconds