Home | History | Annotate | Download | only in v2

Lines Matching refs:NOT_A_DICT_POS

389     if (ptNodePos == NOT_A_DICT_POS) {
390 return NOT_A_DICT_POS;
396 if (ptNodePos == NOT_A_DICT_POS) {
397 return NOT_A_DICT_POS;
408 int childrenPos = NOT_A_DICT_POS;
409 int shortcutPos = NOT_A_DICT_POS;
410 int bigramPos = NOT_A_DICT_POS;
411 int siblingPos = NOT_A_DICT_POS;
445 if (bigramsIt.getBigramPos() != NOT_A_DICT_POS) {
461 if (shortcutPos != NOT_A_DICT_POS) {
515 return ptNodePos == NOT_A_DICT_POS ? NOT_A_WORD_ID : ptNodePos;
519 return wordId == NOT_A_WORD_ID ? NOT_A_DICT_POS : wordId;