Home | History | Annotate | Download | only in cintltst

Lines Matching refs:currIndex

38     int32_t currIndex;
65 if(cont->currIndex >= cont->maxIndex) {
73 cont->currChar = (cont->array)[cont->currIndex];
76 cont->currIndex++;
82 if(cont->currIndex >= cont->maxIndex) {
86 cont->currChar = (cont->array)[cont->currIndex];
88 cont->currIndex++;
94 cont->currIndex = 0;
144 int32_t currIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
170 ucont->currUChar = (ucont->array)[ucont->currIndex];
172 ucont->currIndex++;
178 ucont->currIndex = 0;