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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
ngram_context.cpp 90 const int *const wordCodePoints, const int wordCodePointCount,
92 if (!dictStructurePolicy || !wordCodePoints || wordCodePointCount > MAX_WORD_LENGTH) {
96 int codePointCount = wordCodePointCount;
ngram_context.h 68 const int *const wordCodePoints, const int wordCodePointCount,
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 313 int wordCodePointCount = 0;
315 &wordCodePointCount);
317 MAX_WORD_LENGTH /* maxLength */, wordCodePoints, wordCodePointCount,
320 if (wordCodePointCount > 0 && wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) {
567 int wordCodePointCount = 0;
571 token = dictionary->getNextWordAndNextToken(token, wordCodePoints, &wordCodePointCount);
573 CodePointArrayView(wordCodePoints, wordCodePointCount));
587 CodePointArrayView(wordCodePoints, wordCodePointCount),
596 token = dictionary->getNextWordAndNextToken(token, wordCodePoints, &wordCodePointCount);
598 CodePointArrayView(wordCodePoints, wordCodePointCount));
    [all...]

Completed in 121 milliseconds