OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeUintAndAdvancePosition
(Results
1 - 15
of
15
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.cpp
137
if (!bufferToWrite->
writeUintAndAdvancePosition
(probabilityEntry->getFlags(),
142
if (!bufferToWrite->
writeUintAndAdvancePosition
(probabilityEntry->getProbability(),
149
if (!bufferToWrite->
writeUintAndAdvancePosition
(historicalInfo->getTimestamp(),
154
if (!bufferToWrite->
writeUintAndAdvancePosition
(historicalInfo->getLevel(),
159
if (!bufferToWrite->
writeUintAndAdvancePosition
(historicalInfo->getCount(),
bigram_dict_content.cpp
81
if (!bigramListBuffer->
writeUintAndAdvancePosition
(bigramFlags,
88
if (!bigramListBuffer->
writeUintAndAdvancePosition
(historicalInfo->getTimestamp(),
94
if (!bigramListBuffer->
writeUintAndAdvancePosition
(historicalInfo->getLevel(),
100
if (!bigramListBuffer->
writeUintAndAdvancePosition
(historicalInfo->getCount(),
107
if (!bigramListBuffer->
writeUintAndAdvancePosition
(bigramEntryToWrite->getProbability(),
118
if (!bigramListBuffer->
writeUintAndAdvancePosition
(targetTerminalIdToWrite,
shortcut_dict_content.cpp
149
if (!shortcutListBuffer->
writeUintAndAdvancePosition
(shortcutFlags,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_writing_utils.cpp
61
return buffer->
writeUintAndAdvancePosition
(arraySize, SMALL_PTNODE_ARRAY_SIZE_FIELD_SIZE,
66
return buffer->
writeUintAndAdvancePosition
(data, LARGE_PTNODE_ARRAY_SIZE_FIELD_SIZE,
79
return buffer->
writeUintAndAdvancePosition
(nodeFlags, NODE_FLAG_FIELD_SIZE, nodeFlagsFieldPos);
130
return buffer->
writeUintAndAdvancePosition
(data, DICT_OFFSET_FIELD_SIZE, offsetFieldPos);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.cpp
52
if (!mIndexTableBuffer->
writeUintAndAdvancePosition
(NOT_EXIST, INDEX_SIZE, &tailPos)) {
78
if (!mContentTableBuffer->
writeUintAndAdvancePosition
(NOT_EXIST, mDataSize,
buffer_with_extendable_buffer.cpp
60
return
writeUintAndAdvancePosition
(data, size, &writingPos);
63
bool BufferWithExtendableBuffer::
writeUintAndAdvancePosition
(const uint32_t data, const int size,
66
AKLOGI("
writeUintAndAdvancePosition
() is called with invalid size: %d", size);
79
ByteArrayUtils::
writeUintAndAdvancePosition
(buffer, data, size, pos);
buffer_with_extendable_buffer.h
99
bool
writeUintAndAdvancePosition
(const uint32_t data, const int size, int *const pos);
dict_file_writing_utils.cpp
94
ByteArrayUtils::
writeUintAndAdvancePosition
(bufferSize, buffer->getTailPosition(),
byte_array_utils.h
36
static AK_FORCE_INLINE void
writeUintAndAdvancePosition
(uint8_t *const buffer,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_read_write_utils.cpp
107
if (!buffer->
writeUintAndAdvancePosition
(FormatUtils::MAGIC_NUMBER, HEADER_MAGIC_NUMBER_SIZE,
120
return buffer->
writeUintAndAdvancePosition
(version /* data */,
130
return buffer->
writeUintAndAdvancePosition
(flags, HEADER_FLAG_SIZE, writingPos);
135
return buffer->
writeUintAndAdvancePosition
(size, HEADER_SIZE_FIELD_SIZE, writingPos);
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
byte_array_utils_test.cpp
64
ByteArrayUtils::
writeUintAndAdvancePosition
(buffer, data_1B, 1, &pos);
69
ByteArrayUtils::
writeUintAndAdvancePosition
(buffer, data_4B, 4, &pos);
buffer_with_extendable_buffer_test.cpp
87
EXPECT_TRUE(buffer.
writeUintAndAdvancePosition
(0 /* data */, 4 /* size */, &pos));
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
shortcut_dict_content.cpp
134
if (!shortcutListBuffer->
writeUintAndAdvancePosition
(shortcutFlags,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_writer.cpp
323
if (!mTrieBuffer->
writeUintAndAdvancePosition
(terminalId,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.cpp
376
if (!mTrieBuffer->
writeUintAndAdvancePosition
(terminalId,
Completed in 114 milliseconds