Home
last modified time | relevance | path

Searched refs:mCodePointTable (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_policy.h57 mCodePointTable(HeaderReadWriteUtils::readCodePointTable(&mAttributeMap)) {} in HeaderPolicy()
81 mCodePointTable(HeaderReadWriteUtils::readCodePointTable(&mAttributeMap)) {} in HeaderPolicy()
98 mCodePointTable(headerPolicy->mCodePointTable) {} in HeaderPolicy()
107 mForgettingCurveProbabilityValuesTableId(0), mCodePointTable(nullptr) {} in HeaderPolicy()
218 return mCodePointTable; in getCodePointTable()
257 const int *const mCodePointTable; variable
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dver2_patricia_trie_node_reader.h39 mCodePointTable(codePointTable) {} in Ver2ParticiaTrieNodeReader()
49 const int *const mCodePointTable; variable
Dver2_patricia_trie_node_reader.cpp41 mBigramPolicy, mCodePointTable, &flags, &mergedNodeCodePointCount, mergedNodeCodePoints, in fetchPtNodeParamsInBufferFromPtNodePos()