Home | History | Annotate | Download | only in v402

Lines Matching refs:NOT_A_DICT_POS

200     if (prevWordIds.firstOrDefault(NOT_A_DICT_POS) == NOT_A_DICT_POS) {
243 if (ptNodePos == NOT_A_DICT_POS) {
244 return NOT_A_DICT_POS;
248 return NOT_A_DICT_POS;
255 if (ptNodePos == NOT_A_DICT_POS) {
256 return NOT_A_DICT_POS;
260 return NOT_A_DICT_POS;
312 if (wordPos == NOT_A_DICT_POS) {
340 if (ptNodePos == NOT_A_DICT_POS) {
392 if (wordPos == NOT_A_DICT_POS) {
435 if (wordPos == NOT_A_DICT_POS) {
553 if (ptNodePos == NOT_A_DICT_POS) {
565 if (bigramListPos != NOT_A_DICT_POS) {
579 if (word1TerminalPtNodePos == NOT_A_DICT_POS) {
602 if (shortcutPos != NOT_A_DICT_POS) {
653 return ptNodePos == NOT_A_DICT_POS ? NOT_A_WORD_ID : ptNodePos;
657 return wordId == NOT_A_WORD_ID ? NOT_A_DICT_POS : wordId;