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