OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcharacters
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
PtNodeInfo.java
31
public final int[]
mCharacters
;
45
mCharacters
= characters;
DynamicBinaryDictIOUtils.java
294
for (int p = 0; p < currentInfo.
mCharacters
.length; ++p) {
310
int written = movePtNode(newNodeAddress, currentInfo.
mCharacters
, p, flags,
314
final int[] characters2 = Arrays.copyOfRange(currentInfo.
mCharacters
, p,
315
currentInfo.
mCharacters
.length);
327
} else if (codePoints[wordPos + p] != currentInfo.
mCharacters
[p]) {
351
int written = movePtNode(newNodeAddress, currentInfo.
mCharacters
, p,
357
currentInfo.
mCharacters
, p, currentInfo.
mCharacters
.length);
398
if (wordPos + currentInfo.
mCharacters
.length == wordLen) {
402
final boolean hasMultipleChars = currentInfo.
mCharacters
.length > 1
[
all
...]
BinaryDictIOUtils.java
98
for (int i = 0; i < info.
mCharacters
.length; ++i) {
99
pushedChars[index++] = info.
mCharacters
[i];
197
p < currentInfo.
mCharacters
.length;
200
|| word.codePointAt(j) != currentInfo.
mCharacters
[p]) {
208
if (wordPos + currentInfo.
mCharacters
.length == wordLen) {
216
wordPos += currentInfo.
mCharacters
.length;
350
for (int i = 0; i < info.
mCharacters
.length; ++i) {
351
if (CharEncoding.getCharSize(info.
mCharacters
[i]) == 1) {
352
destination.write((byte)info.
mCharacters
[i]);
355
size += writeSInt24ToStream(destination, info.
mCharacters
[i])
[
all
...]
BinaryDictDecoderUtils.java
383
new String(currentInfo.
mCharacters
, 0, currentInfo.
mCharacters
.length));
404
builder.append(new String(info.
mCharacters
, 0, info.
mCharacters
.length));
411
builder.append(new String(last.
mCharacters
, 0, last.
mCharacters
.length));
421
builder.append(new String(last.
mCharacters
, 0, last.
mCharacters
.length));
484
new PtNode(info.
mCharacters
, shortcutTargets, bigrams,
490
new PtNode(info.
mCharacters
, shortcutTargets, bigrams
[
all
...]
/frameworks/base/core/jni/
android_view_KeyEvent.cpp
47
jfieldID
mCharacters
;
166
GET_FIELD_ID(gKeyEventClassInfo.
mCharacters
, gKeyEventClassInfo.clazz,
167
"
mCharacters
", "Ljava/lang/String;");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtilsTests.java
92
Log.d(TAG, " characters = " + new String(info.
mCharacters
, 0,
93
info.
mCharacters
.length));
/frameworks/base/core/java/android/view/
KeyEvent.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar
Completed in 166 milliseconds