Lines Matching refs:U_ASSERT
577 U_ASSERT(groupOffset < fPattern->fFrameSize); in end64()
578 U_ASSERT(groupOffset >= 0); in end64()
693 U_ASSERT(startPos >= 0); in find()
720 U_ASSERT(FALSE); in find()
739 U_ASSERT(fPattern->fMinMatchLen > 0); in find()
768 U_ASSERT(FALSE); in find()
774 U_ASSERT(fPattern->fMinMatchLen > 0); in find()
800 U_ASSERT(FALSE); in find()
880 U_ASSERT(FALSE); in find()
883 U_ASSERT(FALSE); in find()
970 U_ASSERT(startPos >= 0); in findUsingChunk()
995 U_ASSERT(FALSE); in findUsingChunk()
1014 U_ASSERT(fPattern->fMinMatchLen > 0); in findUsingChunk()
1037 U_ASSERT(FALSE); in findUsingChunk()
1043 U_ASSERT(fPattern->fMinMatchLen > 0); in findUsingChunk()
1066 U_ASSERT(FALSE); in findUsingChunk()
1137 U_ASSERT(FALSE); in findUsingChunk()
1140 U_ASSERT(FALSE); in findUsingChunk()
1184 U_ASSERT(groupOffset < fPattern->fFrameSize); in group()
1185 U_ASSERT(groupOffset >= 0); in group()
1194 U_ASSERT(s <= e); in group()
1225 U_ASSERT(length == extractLength); in group()
1263 U_ASSERT(groupOffset < fPattern->fFrameSize); in appendGroup()
1264 U_ASSERT(groupOffset >= 0); in appendGroup()
1273 U_ASSERT(s <= e); in appendGroup()
1277 U_ASSERT(e <= fInputLength); in appendGroup()
2298 U_ASSERT(groupOffset < fPattern->fFrameSize); in start64()
2299 U_ASSERT(groupOffset >= 0); in start64()
2854 U_ASSERT(opType == URX_STRING_LEN); in MatchAt()
2855 U_ASSERT(stringLen >= 2); in MatchAt()
2908 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()
2914 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()
2915 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()
2918 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchAt()
3058 U_ASSERT(fp->fInputIdx >= fAnchorStart); in MatchAt()
3064 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchAt()
3310 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3345 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3379 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchAt()
3488 U_ASSERT(opValue < fPattern->fCompiledPat->size()); in MatchAt()
3499 U_ASSERT(opValue > 0 && opValue < fPattern->fCompiledPat->size()); in MatchAt()
3501 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()
3503 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()
3505 U_ASSERT(prevInputIdx <= fp->fInputIdx); in MatchAt()
3519 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchAt()
3529 U_ASSERT(minCount>=0); in MatchAt()
3530 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3531 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchAt()
3546 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3548 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()
3554 U_ASSERT(*pCounter == maxCount); in MatchAt()
3577 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchAt()
3587 U_ASSERT(minCount>=0); in MatchAt()
3588 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3589 U_ASSERT(loopLoc>fp->fPatIdx); in MatchAt()
3606 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3608 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()
3618 U_ASSERT(*pCounter == maxCount); in MatchAt()
3649 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3655 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3657 U_ASSERT(newStackSize <= fStack->size()); in MatchAt()
3673 U_ASSERT(opValue < fFrameSize); in MatchAt()
3676 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3720 U_ASSERT(opValue < fFrameSize); in MatchAt()
3723 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3775 U_ASSERT(opValue >= 0 && opValue < fFrameSize); in MatchAt()
3785 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchAt()
3787 U_ASSERT(savedInputIdx <= fp->fInputIdx); in MatchAt()
3800 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3812 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3815 U_ASSERT(stackSize >= newStackSize); in MatchAt()
3870 U_ASSERT(opType == URX_STRING_LEN); in MatchAt()
3911 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3938 U_ASSERT(minML <= maxML); in MatchAt()
3939 U_ASSERT(minML >= 0); in MatchAt()
3942 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3970 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
3971 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3986 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4001 U_ASSERT(originalInputLen >= fActiveLimit); in MatchAt()
4002 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4023 U_ASSERT(minML <= maxML); in MatchAt()
4024 U_ASSERT(minML >= 0); in MatchAt()
4025 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()
4028 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4055 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
4056 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4072 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4090 U_ASSERT(originalInputLen >= fActiveLimit); in MatchAt()
4091 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4096 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4098 U_ASSERT(fStack->size() > newStackSize); in MatchAt()
4114 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchAt()
4151 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4153 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchAt()
4212 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4214 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchAt()
4229 U_ASSERT(opValue>=0 && opValue<fFrameSize); in MatchAt()
4231 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchAt()
4243 U_ASSERT(fp->fInputIdx > 0); in MatchAt()
4269 U_ASSERT(FALSE); in MatchAt()
4420 U_ASSERT(opType == URX_STRING_LEN); in MatchChunkAt()
4421 U_ASSERT(stringLen >= 2); in MatchChunkAt()
4471 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchChunkAt()
4477 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchChunkAt()
4478 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchChunkAt()
4481 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchChunkAt()
4621 U_ASSERT(fp->fInputIdx >= fAnchorStart); in MatchChunkAt()
4627 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchChunkAt()
4859 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4891 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4919 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchChunkAt()
5021 U_ASSERT(opValue < fPattern->fCompiledPat->size()); in MatchChunkAt()
5032 U_ASSERT(opValue > 0 && opValue < fPattern->fCompiledPat->size()); in MatchChunkAt()
5034 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchChunkAt()
5036 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()
5038 U_ASSERT(prevInputIdx <= fp->fInputIdx); in MatchChunkAt()
5052 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchChunkAt()
5062 U_ASSERT(minCount>=0); in MatchChunkAt()
5063 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchChunkAt()
5064 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchChunkAt()
5079 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5081 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchChunkAt()
5087 U_ASSERT(*pCounter == maxCount); in MatchChunkAt()
5110 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchChunkAt()
5120 U_ASSERT(minCount>=0); in MatchChunkAt()
5121 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchChunkAt()
5122 U_ASSERT(loopLoc>fp->fPatIdx); in MatchChunkAt()
5139 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5141 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchChunkAt()
5151 U_ASSERT(*pCounter == maxCount); in MatchChunkAt()
5182 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchChunkAt()
5188 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchChunkAt()
5190 U_ASSERT(newStackSize <= fStack->size()); in MatchChunkAt()
5206 U_ASSERT(opValue < fFrameSize); in MatchChunkAt()
5209 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5244 U_ASSERT(opValue < fFrameSize); in MatchChunkAt()
5247 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5296 U_ASSERT(opValue >= 0 && opValue < fFrameSize); in MatchChunkAt()
5306 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchChunkAt()
5308 U_ASSERT(savedInputIdx <= fp->fInputIdx); in MatchChunkAt()
5321 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5333 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5336 U_ASSERT(stackSize >= newStackSize); in MatchChunkAt()
5383 U_ASSERT(opType == URX_STRING_LEN); in MatchChunkAt()
5419 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5441 U_ASSERT(minML <= maxML); in MatchChunkAt()
5442 U_ASSERT(minML >= 0); in MatchChunkAt()
5445 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5469 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5470 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5485 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5500 U_ASSERT(originalInputLen >= fActiveLimit); in MatchChunkAt()
5501 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5517 U_ASSERT(minML <= maxML); in MatchChunkAt()
5518 U_ASSERT(minML >= 0); in MatchChunkAt()
5519 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()
5522 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5545 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5546 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5562 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5580 U_ASSERT(originalInputLen >= fActiveLimit); in MatchChunkAt()
5581 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5586 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5588 U_ASSERT(fStack->size() > newStackSize); in MatchChunkAt()
5604 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchChunkAt()
5642 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchChunkAt()
5644 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchChunkAt()
5704 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchChunkAt()
5706 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchChunkAt()
5721 U_ASSERT(opValue>=0 && opValue<fFrameSize); in MatchChunkAt()
5723 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchChunkAt()
5735 U_ASSERT(fp->fInputIdx > 0); in MatchChunkAt()
5759 U_ASSERT(FALSE); in MatchChunkAt()