Home
last modified time | relevance | path

Searched refs:getWritableContentBuffer (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp120 BufferWithExtendableBuffer *const shortcutListBuffer = getWritableContentBuffer(); in setProbability()
132 BufferWithExtendableBuffer *const shortcutListBuffer = getWritableContentBuffer(); in writeShortcutEntryAndAdvancePosition()
Dsparse_table_dict_content.h68 BufferWithExtendableBuffer *getWritableContentBuffer() { in getWritableContentBuffer() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp135 BufferWithExtendableBuffer *const shortcutListBuffer = getWritableContentBuffer(); in setProbability()
147 BufferWithExtendableBuffer *const shortcutListBuffer = getWritableContentBuffer(); in writeShortcutEntryAndAdvancePosition()
Dsparse_table_dict_content.h98 BufferWithExtendableBuffer *getWritableContentBuffer() { in getWritableContentBuffer() function
Dbigram_dict_content.cpp79 BufferWithExtendableBuffer *const bigramListBuffer = getWritableContentBuffer(); in writeBigramEntryAndAdvancePosition()