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

  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
buffer_with_extendable_buffer_test.cpp 31 EXPECT_TRUE(buffer.writeUint(data_1, 1 /* size */, pos));
36 EXPECT_TRUE(buffer.writeUint(data_2, 2 /* size */, pos));
41 EXPECT_TRUE(buffer.writeUint(data_3, 3 /* size */, pos));
46 EXPECT_TRUE(buffer.writeUint(data_4, 4 /* size */, pos));
53 EXPECT_TRUE(buffer.writeUint(0xFF /* data */, 4 /* size */, 0 /* pos */));
57 EXPECT_TRUE(buffer.writeUint(0xFFFF /* data */, 4 /* size */, 8 /* pos */));
58 EXPECT_TRUE(buffer.writeUint(0xFF /* data */, 4 /* size */, 0 /* pos */));
63 EXPECT_TRUE(buffer.writeUint(0xFF /* data */, 4 /* size */, 0 /* pos */));
64 EXPECT_TRUE(buffer.writeUint(0xFFFF /* data */, 4 /* size */, 4 /* pos */));
73 EXPECT_FALSE(emptyBuffer.writeUint(0 /* data */, 1 /* size */, 0 /* pos */))
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
terminal_position_lookup_table.cpp 50 if (!getWritableBuffer()->writeUint(Ver4DictConstants::NOT_A_TERMINAL_ADDRESS,
58 return getWritableBuffer()->writeUint(terminalPos,
95 if (!getWritableBuffer()->writeUint(terminalPos,
shortcut_dict_content.cpp 140 return shortcutListBuffer->writeUint(shortcutFlagsToWrite,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
terminal_position_lookup_table.cpp 40 if (!getWritableBuffer()->writeUint(Ver4DictConstants::NOT_A_TERMINAL_ADDRESS,
48 return getWritableBuffer()->writeUint(terminalPos,
84 if (!getWritableBuffer()->writeUint(terminalPos,
language_model_dict_content_global_counters.h 51 if (!bufferToWrite.writeUint(mTotalCount, COUNTER_SIZE_IN_BYTES,
55 if (!bufferToWrite.writeUint(mMaxValueOfCounters, COUNTER_SIZE_IN_BYTES,
shortcut_dict_content.cpp 125 return shortcutListBuffer->writeUint(shortcutFlagsToWrite,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.cpp 60 if (!mContentTableBuffer->writeUint(value, mDataSize, getPosInContentTable(id, index))) {
71 if (!mIndexTableBuffer->writeUint(index, INDEX_SIZE, posInIndexTable)) {
85 return mContentTableBuffer->writeUint(value, mDataSize, getPosInContentTable(id, index));
buffer_with_extendable_buffer.h 97 bool writeUint(const uint32_t data, const int size, const int pos);
buffer_with_extendable_buffer.cpp 58 bool BufferWithExtendableBuffer::writeUint(const uint32_t data, const int size, const int pos) {
162 if (!writeUint(data, copyingSize, copyingPos)) {
trie_map.h 365 return mBuffer.writeUint(tableIndex, FIELD1_SIZE, (entryCount - 1) * FIELD1_SIZE);
369 return mBuffer.writeUint(data, FIELD0_SIZE,
374 return mBuffer.writeUint(data, FIELD1_SIZE,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_writer.cpp 180 return mTrieBuffer->writeUint(newTerminalId, Ver4DictConstants::TERMINAL_ID_FIELD_SIZE,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.cpp 207 return mTrieBuffer->writeUint(newTerminalId, Ver4DictConstants::TERMINAL_ID_FIELD_SIZE,

Completed in 225 milliseconds