Searched defs:sourceSize (Results 1 - 1 of 1) sorted by last modified time

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h46 AK_FORCE_INLINE static int intArrayToCharArray(const int *const source, const int sourceSize, argument
53 while (si < sourceSize && di < destLimit && 0 != source[si]) {

Completed in 10 milliseconds