HomeSort by relevance Sort by last modified time
    Searched refs:fixed_ptr (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 164 const char16 *fixed_ptr = his_buf; local
166 fixed_ptr += fixed_len - kMaxPredictSize;
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 217 char16 *fixed_ptr = (char16*)(*env).GetStringChars(fixed_str, false); local
223 fixed_ptr += fixed_len - kMaxPredictSize;
226 utf16_strncpy(fixed_buf, fixed_ptr, fixed_len);
231 (*env).ReleaseStringChars(fixed_str, fixed_ptr);

Completed in 38 milliseconds