HomeSort by relevance Sort by last modified time
    Searched refs:NOT_A_DICT_POS (Results 26 - 40 of 40) sorted by null

12

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
shortcut_dict_content.cpp 66 return NOT_A_DICT_POS;
84 if (originalShortcutListPos == NOT_A_DICT_POS) {
188 return NOT_A_DICT_POS;
bigram_dict_content.cpp 153 if (originalBigramListPos == NOT_A_DICT_POS) {
189 int lastEntryPos = NOT_A_DICT_POS;
203 lastEntryPos = hasNext ? writingPos : NOT_A_DICT_POS;
212 if (lastEntryPos != NOT_A_DICT_POS) {
bigram_dict_content.h 65 return NOT_A_DICT_POS;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
shortcut_dict_content.cpp 57 return NOT_A_DICT_POS;
69 if (originalShortcutListPos == NOT_A_DICT_POS) {
173 return NOT_A_DICT_POS;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_writing_utils.cpp 44 return writeForwardLinkPositionAndAdvancePosition(buffer, NOT_A_DICT_POS /* forwardLinkPos */,
113 if (targetPos == NOT_A_DICT_POS) {
dynamic_pt_gc_event_listeners.h 115 mPtNodeArraySizeFieldPos(NOT_A_DICT_POS) {};
dynamic_pt_updating_helper.cpp 34 int parentPos = NOT_A_DICT_POS;
191 NOT_A_DICT_POS /* forwardLinkPos */, &writingPos)) {
263 NOT_A_DICT_POS /* forwardLinkPos */, &writingPos)) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_pt_node_array_reader.cpp 83 *outNextPtNodeArrayPos = NOT_A_DICT_POS;
ver4_patricia_trie_node_writer.cpp 68 toBeUpdatedPtNodeParams->getTerminalId(), NOT_A_DICT_POS /* ptNodePos */);
135 toBeUpdatedPtNodeParams->getTerminalId(), NOT_A_DICT_POS /* ptNodePos */)) {
272 if (parentPos != NOT_A_DICT_POS) {
289 if (childrenPos != NOT_A_DICT_POS) {
330 ptNodeParams->getTerminalId()) != NOT_A_DICT_POS;
332 ptNodeParams->getTerminalId()) != NOT_A_DICT_POS;
ver4_patricia_trie_writing_helper.cpp 212 if (terminalPos == NOT_A_DICT_POS) {
251 if (bigramListPos == NOT_A_DICT_POS) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_writer.cpp 58 toBeUpdatedPtNodeParams->getTerminalId(), NOT_A_DICT_POS /* ptNodePos */);
126 toBeUpdatedPtNodeParams->getTerminalId(), NOT_A_DICT_POS /* ptNodePos */)) {
244 if (parentPos != NOT_A_DICT_POS) {
261 if (childrenPos != NOT_A_DICT_POS) {
ver4_pt_node_array_reader.cpp 74 *outNextPtNodeArrayPos = NOT_A_DICT_POS;
ver4_patricia_trie_policy.cpp 97 if (ptNodePos == NOT_A_DICT_POS) {
167 return NOT_A_DICT_POS;
173 return NOT_A_DICT_POS;
546 if (shortcutPos != NOT_A_DICT_POS) {
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 238 #define NOT_A_DICT_POS (S_INT_MIN)
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_read_write_utils.cpp 73 if (pos == NOT_A_DICT_POS) {

Completed in 2149 milliseconds

12