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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
byte_array_utils.h 150 return readCodePointAndAdvancePosition(buffer, nullptr /* codePointTable */, &p);
153 static AK_FORCE_INLINE int readCodePointAndAdvancePosition(
189 int codePoint = readCodePointAndAdvancePosition(buffer, codePointTable, pos);
192 codePoint = readCodePointAndAdvancePosition(buffer, codePointTable, pos);
201 int codePoint = readCodePointAndAdvancePosition(buffer, nullptr /* codePointTable */, pos);
203 codePoint = readCodePointAndAdvancePosition(buffer, nullptr /* codePointTable */, pos);
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
byte_array_utils_test.cpp 31 EXPECT_EQ(0x6f, ByteArrayUtils::readCodePointAndAdvancePosition(buffer, codePointTable, &pos));
33 EXPECT_EQ(0x6b, ByteArrayUtils::readCodePointAndAdvancePosition(buffer, codePointTable, &pos));
36 EXPECT_EQ(0x100, ByteArrayUtils::readCodePointAndAdvancePosition(buffer, codePointTable, &pos));
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
patricia_trie_reading_utils.cpp 65 return ByteArrayUtils::readCodePointAndAdvancePosition(buffer, codePointTable, pos);

Completed in 33 milliseconds