Home | History | Annotate | Download | only in nav

Lines Matching refs:stateIndex

1488 static bool validZip(int stateIndex, const UChar* zipPtr) 
1560 int low = zipRange[stateIndex].mLow;
1561 int high = zipRange[stateIndex].mHigh;
1564 if (zip == zipRange[stateIndex].mException1)
1566 if (zip == zipRange[stateIndex].mException2)
1927 int stateIndex = 1;
1932 unsigned char match = s->mStates[stateIndex];
1934 if (stateIndex == s->mSectionLength)
1941 match = s->mStates[++stateIndex];
1951 if (stateIndex == s->mSectionLength) {
1958 stateIndex += skip;
1965 int nextindex = stateIndex + 1;
1976 stateIndex += 1;