Home | History | Annotate | Download | only in dictionary

Lines Matching refs:mPos

77         return mReadingState.mPos == NOT_A_DICT_POS;
83 mReadingState.mPos = NOT_A_DICT_POS;
86 mReadingState.mPos = ptNodeArrayPos;
102 mReadingState.mPos = NOT_A_DICT_POS;
105 mReadingState.mPos = ptNodePos;
153 mReadingState.mPos = mNodeReader.getSiblingNodePos();
171 mReadingState.mPos = mNodeReader.getChildrenPos();
179 mReadingState.mPos = NOT_A_DICT_POS;
190 mReadingState.mPos = mNodeReader.getParentPos();
195 mReadingState.mPos = NOT_A_DICT_POS;
225 ReadingState() : mPos(NOT_A_DICT_POS), mNodeCount(0), mPrevTotalCodePointCount(0),
229 int mPos;
256 mNodeReader.fetchNodeInfoInBufferFromPtNodePosAndGetNodeCodePoints(mReadingState.mPos,
261 mReadingState.mPos = NOT_A_DICT_POS;
270 mReadingState.mPos = NOT_A_DICT_POS;
278 mReadingState.mPos = NOT_A_DICT_POS;