Searched refs:codePointBuf (Results 1 – 4 of 4) sorted by relevance
287 float ProximityInfoState::getMostProbableString(int *const codePointBuf) const { in getMostProbableString()288 memmove(codePointBuf, mMostProbableString, sizeof(mMostProbableString)); in getMostProbableString()
933 int *const codePointBuf) { in getMostProbableString() argument935 memset(codePointBuf, 0, sizeof(codePointBuf[0]) * MAX_WORD_LENGTH); in getMostProbableString()961 codePointBuf[index] = codePoint; in getMostProbableString()966 codePointBuf[index] = '\0'; in getMostProbableString()
182 float getMostProbableString(int *const codePointBuf) const;
109 int *const codePointBuf);