Lines Matching refs:U_ASSERT
573 U_ASSERT(groupOffset < fPattern->fFrameSize); in end64()
574 U_ASSERT(groupOffset >= 0); in end64()
689 U_ASSERT(startPos >= 0); in find()
716 U_ASSERT(FALSE); in find()
735 U_ASSERT(fPattern->fMinMatchLen > 0); in find()
764 U_ASSERT(FALSE); in find()
770 U_ASSERT(fPattern->fMinMatchLen > 0); in find()
796 U_ASSERT(FALSE); in find()
876 U_ASSERT(FALSE); in find()
879 U_ASSERT(FALSE); in find()
966 U_ASSERT(startPos >= 0); in findUsingChunk()
991 U_ASSERT(FALSE); in findUsingChunk()
1010 U_ASSERT(fPattern->fMinMatchLen > 0); in findUsingChunk()
1033 U_ASSERT(FALSE); in findUsingChunk()
1039 U_ASSERT(fPattern->fMinMatchLen > 0); in findUsingChunk()
1062 U_ASSERT(FALSE); in findUsingChunk()
1133 U_ASSERT(FALSE); in findUsingChunk()
1136 U_ASSERT(FALSE); in findUsingChunk()
1180 U_ASSERT(groupOffset < fPattern->fFrameSize); in group()
1181 U_ASSERT(groupOffset >= 0); in group()
1190 U_ASSERT(s <= e); in group()
1221 U_ASSERT(length == extractLength); in group()
1259 U_ASSERT(groupOffset < fPattern->fFrameSize); in appendGroup()
1260 U_ASSERT(groupOffset >= 0); in appendGroup()
1269 U_ASSERT(s <= e); in appendGroup()
1273 U_ASSERT(e <= fInputLength); in appendGroup()
2294 U_ASSERT(groupOffset < fPattern->fFrameSize); in start64()
2295 U_ASSERT(groupOffset >= 0); in start64()
2860 U_ASSERT(opType == URX_STRING_LEN); in MatchAt()
2861 U_ASSERT(stringLen >= 2); in MatchAt()
2914 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()
2920 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()
2921 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()
2924 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchAt()
3064 U_ASSERT(fp->fInputIdx >= fAnchorStart); in MatchAt()
3070 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchAt()
3316 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3351 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3385 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchAt()
3494 U_ASSERT(opValue < fPattern->fCompiledPat->size()); in MatchAt()
3505 U_ASSERT(opValue > 0 && opValue < fPattern->fCompiledPat->size()); in MatchAt()
3507 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()
3509 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()
3511 U_ASSERT(prevInputIdx <= fp->fInputIdx); in MatchAt()
3525 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchAt()
3535 U_ASSERT(minCount>=0); in MatchAt()
3536 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3537 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchAt()
3552 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3554 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()
3560 U_ASSERT(*pCounter == maxCount); in MatchAt()
3583 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchAt()
3593 U_ASSERT(minCount>=0); in MatchAt()
3594 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3595 U_ASSERT(loopLoc>fp->fPatIdx); in MatchAt()
3612 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3614 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()
3624 U_ASSERT(*pCounter == maxCount); in MatchAt()
3655 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3661 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3663 U_ASSERT(newStackSize <= fStack->size()); in MatchAt()
3679 U_ASSERT(opValue < fFrameSize); in MatchAt()
3682 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3726 U_ASSERT(opValue < fFrameSize); in MatchAt()
3729 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3781 U_ASSERT(opValue >= 0 && opValue < fFrameSize); in MatchAt()
3791 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchAt()
3793 U_ASSERT(savedInputIdx <= fp->fInputIdx); in MatchAt()
3806 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3818 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3821 U_ASSERT(stackSize >= newStackSize); in MatchAt()
3876 U_ASSERT(opType == URX_STRING_LEN); in MatchAt()
3917 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3939 U_ASSERT(minML <= maxML); in MatchAt()
3940 U_ASSERT(minML >= 0); in MatchAt()
3943 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3966 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
3967 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3982 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3997 U_ASSERT(originalInputLen >= fActiveLimit); in MatchAt()
3998 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4014 U_ASSERT(minML <= maxML); in MatchAt()
4015 U_ASSERT(minML >= 0); in MatchAt()
4016 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()
4019 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4041 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
4042 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4058 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4076 U_ASSERT(originalInputLen >= fActiveLimit); in MatchAt()
4077 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4082 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4084 U_ASSERT(fStack->size() > newStackSize); in MatchAt()
4100 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchAt()
4137 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4139 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchAt()
4198 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4200 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchAt()
4215 U_ASSERT(opValue>=0 && opValue<fFrameSize); in MatchAt()
4217 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchAt()
4229 U_ASSERT(fp->fInputIdx > 0); in MatchAt()
4255 U_ASSERT(FALSE); in MatchAt()
4427 U_ASSERT(opType == URX_STRING_LEN); in MatchChunkAt()
4428 U_ASSERT(stringLen >= 2); in MatchChunkAt()
4478 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchChunkAt()
4484 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchChunkAt()
4485 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchChunkAt()
4488 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchChunkAt()
4628 U_ASSERT(fp->fInputIdx >= fAnchorStart); in MatchChunkAt()
4634 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchChunkAt()
4866 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4898 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4926 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchChunkAt()
5028 U_ASSERT(opValue < fPattern->fCompiledPat->size()); in MatchChunkAt()
5039 U_ASSERT(opValue > 0 && opValue < fPattern->fCompiledPat->size()); in MatchChunkAt()
5041 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchChunkAt()
5043 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()
5045 U_ASSERT(prevInputIdx <= fp->fInputIdx); in MatchChunkAt()
5059 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchChunkAt()
5069 U_ASSERT(minCount>=0); in MatchChunkAt()
5070 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchChunkAt()
5071 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchChunkAt()
5086 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5088 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchChunkAt()
5094 U_ASSERT(*pCounter == maxCount); in MatchChunkAt()
5117 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchChunkAt()
5127 U_ASSERT(minCount>=0); in MatchChunkAt()
5128 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchChunkAt()
5129 U_ASSERT(loopLoc>fp->fPatIdx); in MatchChunkAt()
5146 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5148 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchChunkAt()
5158 U_ASSERT(*pCounter == maxCount); in MatchChunkAt()
5189 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchChunkAt()
5195 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchChunkAt()
5197 U_ASSERT(newStackSize <= fStack->size()); in MatchChunkAt()
5213 U_ASSERT(opValue < fFrameSize); in MatchChunkAt()
5216 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5245 U_ASSERT(opValue < fFrameSize); in MatchChunkAt()
5248 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5297 U_ASSERT(opValue >= 0 && opValue < fFrameSize); in MatchChunkAt()
5307 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchChunkAt()
5309 U_ASSERT(savedInputIdx <= fp->fInputIdx); in MatchChunkAt()
5322 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5334 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5337 U_ASSERT(stackSize >= newStackSize); in MatchChunkAt()
5384 U_ASSERT(opType == URX_STRING_LEN); in MatchChunkAt()
5420 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5442 U_ASSERT(minML <= maxML); in MatchChunkAt()
5443 U_ASSERT(minML >= 0); in MatchChunkAt()
5446 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5467 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5468 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5483 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5498 U_ASSERT(originalInputLen >= fActiveLimit); in MatchChunkAt()
5499 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5515 U_ASSERT(minML <= maxML); in MatchChunkAt()
5516 U_ASSERT(minML >= 0); in MatchChunkAt()
5517 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()
5520 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5540 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5541 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5557 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5575 U_ASSERT(originalInputLen >= fActiveLimit); in MatchChunkAt()
5576 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5581 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5583 U_ASSERT(fStack->size() > newStackSize); in MatchChunkAt()
5599 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchChunkAt()
5637 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchChunkAt()
5639 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchChunkAt()
5699 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchChunkAt()
5701 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchChunkAt()
5716 U_ASSERT(opValue>=0 && opValue<fFrameSize); in MatchChunkAt()
5718 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchChunkAt()
5730 U_ASSERT(fp->fInputIdx > 0); in MatchChunkAt()
5754 U_ASSERT(FALSE); in MatchChunkAt()