HomeSort by relevance Sort by last modified time
    Searched full:arr_body (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 167 jint *arr_body = (*env).GetIntArrayElements(arr, 0); local
168 assert(NULL != arr_body);
169 arr_body[0] = len; // element 0 is used to store the length of buffer.
171 arr_body[i + 1] = spl_start[i];
173 (*env).ReleaseIntArrayElements(arr, arr_body, 0);

Completed in 56 milliseconds