• Home
  • Raw
  • Download

Lines Matching refs:tPos

2777     int32_t    tPos;      //  temp value.  in next()  local
2867 tPos = prevPos; in next()
2868 while (tPos>0 && fSP->contains(fText->char32At(tPos))) { in next()
2869 tPos = fText->moveIndex32(tPos, -1); in next()
2871 if (fZW->contains(fText->char32At(tPos))) { in next()
2961 tPos = prevPos; in next()
2963 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) { in next()
2964 tPos=fText->moveIndex32(tPos, -1); in next()
2967 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next()
2968 tPos=fText->moveIndex32(tPos, -1); in next()
2970 if (fOP->contains(fText->char32At(tPos))) { in next()
2978 int tPos = prevPos; in next() local
2979 while (tPos>0 && fSP->contains(fText->char32At(tPos))) { in next()
2980 tPos = fText->moveIndex32(tPos, -1); in next()
2982 while (tPos>0 && fCM->contains(fText->char32At(tPos))) { in next()
2983 tPos = fText->moveIndex32(tPos, -1); in next()
2985 if (fQU->contains(fText->char32At(tPos))) { in next()
2995 int tPos = prevPos; in next() local
2996 while (tPos>0 && fSP->contains(fText->char32At(tPos))) { in next()
2997 tPos = fText->moveIndex32(tPos, -1); in next()
2999 while (tPos>0 && fCM->contains(fText->char32At(tPos))) { in next()
3000 tPos = fText->moveIndex32(tPos, -1); in next()
3002 if (fCL->contains(fText->char32At(tPos)) || fCP->contains(fText->char32At(tPos))) { in next()
3011 tPos = prevPos; in next()
3013 while (tPos > 0 && fSP->contains(fText->char32At(tPos))) { in next()
3014 tPos=fText->moveIndex32(tPos, -1); in next()
3017 while (tPos > 0 && fCM->contains(fText->char32At(tPos))) { in next()
3018 tPos=fText->moveIndex32(tPos, -1); in next()
3020 if (fB2->contains(fText->char32At(tPos))) { in next()