Home | History | Annotate | Download | only in bigram

Lines Matching refs:NOT_A_DICT_POS

73     if (bigramListPos == NOT_A_DICT_POS) {
94 int tailEntryPos = NOT_A_DICT_POS;
97 if (tailEntryPos != NOT_A_DICT_POS || entryPosToUpdate == NOT_A_DICT_POS) {
100 if (tailEntryPos == NOT_A_DICT_POS) {
147 if (bigramListPos == NOT_A_DICT_POS) {
153 if (entryPosToUpdate == NOT_A_DICT_POS) {
170 if (bigramListPos == NOT_A_DICT_POS) {
186 if (targetPtNodePos == NOT_A_DICT_POS) {
218 if (bigramListPos == NOT_A_DICT_POS) {
239 *outTailEntryPos = NOT_A_DICT_POS;
242 int invalidEntryPos = NOT_A_DICT_POS;