OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spaceindiceslength
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp
194
const jsize
spaceIndicesLength
= env->GetArrayLength(spaceIndicesArray);
195
int spaceIndices[
spaceIndicesLength
];
223
env->SetIntArrayRegion(spaceIndicesArray, 0,
spaceIndicesLength
, spaceIndices);
Completed in 152 milliseconds