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()
2853 U_ASSERT(opType == URX_STRING_LEN); in MatchAt()
2854 U_ASSERT(stringLen >= 2); in MatchAt()
2907 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()
2913 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()
2914 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()
2917 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchAt()
3057 U_ASSERT(fp->fInputIdx >= fAnchorStart); in MatchAt()
3063 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchAt()
3309 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3344 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3378 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchAt()
3487 U_ASSERT(opValue < fPattern->fCompiledPat->size()); in MatchAt()
3498 U_ASSERT(opValue > 0 && opValue < fPattern->fCompiledPat->size()); in MatchAt()
3500 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()
3502 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()
3504 U_ASSERT(prevInputIdx <= fp->fInputIdx); in MatchAt()
3518 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchAt()
3528 U_ASSERT(minCount>=0); in MatchAt()
3529 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3530 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchAt()
3545 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3547 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchAt()
3553 U_ASSERT(*pCounter == maxCount); in MatchAt()
3576 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchAt()
3586 U_ASSERT(minCount>=0); in MatchAt()
3587 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchAt()
3588 U_ASSERT(loopLoc>fp->fPatIdx); in MatchAt()
3605 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3607 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchAt()
3617 U_ASSERT(*pCounter == maxCount); in MatchAt()
3648 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3654 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchAt()
3656 U_ASSERT(newStackSize <= fStack->size()); in MatchAt()
3672 U_ASSERT(opValue < fFrameSize); in MatchAt()
3675 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3719 U_ASSERT(opValue < fFrameSize); in MatchAt()
3722 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3774 U_ASSERT(opValue >= 0 && opValue < fFrameSize); in MatchAt()
3784 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchAt()
3786 U_ASSERT(savedInputIdx <= fp->fInputIdx); in MatchAt()
3799 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3811 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3814 U_ASSERT(stackSize >= newStackSize); in MatchAt()
3869 U_ASSERT(opType == URX_STRING_LEN); in MatchAt()
3910 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3932 U_ASSERT(minML <= maxML); in MatchAt()
3933 U_ASSERT(minML >= 0); in MatchAt()
3936 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3959 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
3960 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3975 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
3990 U_ASSERT(originalInputLen >= fActiveLimit); in MatchAt()
3991 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4007 U_ASSERT(minML <= maxML); in MatchAt()
4008 U_ASSERT(minML >= 0); in MatchAt()
4009 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()
4012 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4034 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchAt()
4035 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4051 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4069 U_ASSERT(originalInputLen >= fActiveLimit); in MatchAt()
4070 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4075 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchAt()
4077 U_ASSERT(fStack->size() > newStackSize); in MatchAt()
4093 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchAt()
4130 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4132 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchAt()
4191 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchAt()
4193 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchAt()
4208 U_ASSERT(opValue>=0 && opValue<fFrameSize); in MatchAt()
4210 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchAt()
4222 U_ASSERT(fp->fInputIdx > 0); in MatchAt()
4248 U_ASSERT(FALSE); in MatchAt()
4416 U_ASSERT(opType == URX_STRING_LEN); in MatchChunkAt()
4417 U_ASSERT(stringLen >= 2); in MatchChunkAt()
4467 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchChunkAt()
4473 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchChunkAt()
4474 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchChunkAt()
4477 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchChunkAt()
4617 U_ASSERT(fp->fInputIdx >= fAnchorStart); in MatchChunkAt()
4623 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchChunkAt()
4855 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4887 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4915 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchChunkAt()
5017 U_ASSERT(opValue < fPattern->fCompiledPat->size()); in MatchChunkAt()
5028 U_ASSERT(opValue > 0 && opValue < fPattern->fCompiledPat->size()); in MatchChunkAt()
5030 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchChunkAt()
5032 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()
5034 U_ASSERT(prevInputIdx <= fp->fInputIdx); in MatchChunkAt()
5048 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchChunkAt()
5058 U_ASSERT(minCount>=0); in MatchChunkAt()
5059 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchChunkAt()
5060 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchChunkAt()
5075 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5077 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT); in MatchChunkAt()
5083 U_ASSERT(*pCounter == maxCount); in MatchChunkAt()
5106 U_ASSERT(opValue >= 0 && opValue < fFrameSize-2); in MatchChunkAt()
5116 U_ASSERT(minCount>=0); in MatchChunkAt()
5117 U_ASSERT(maxCount>=minCount || maxCount==-1); in MatchChunkAt()
5118 U_ASSERT(loopLoc>fp->fPatIdx); in MatchChunkAt()
5135 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5137 U_ASSERT(URX_TYPE(initOp) == URX_CTR_INIT_NG); in MatchChunkAt()
5147 U_ASSERT(*pCounter == maxCount); in MatchChunkAt()
5178 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchChunkAt()
5184 U_ASSERT(opValue >= 0 && opValue < fPattern->fDataSize); in MatchChunkAt()
5186 U_ASSERT(newStackSize <= fStack->size()); in MatchChunkAt()
5202 U_ASSERT(opValue < fFrameSize); in MatchChunkAt()
5205 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5234 U_ASSERT(opValue < fFrameSize); in MatchChunkAt()
5237 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5286 U_ASSERT(opValue >= 0 && opValue < fFrameSize); in MatchChunkAt()
5296 U_ASSERT(dataLoc >= 0 && dataLoc < fFrameSize); in MatchChunkAt()
5298 U_ASSERT(savedInputIdx <= fp->fInputIdx); in MatchChunkAt()
5311 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5323 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5326 U_ASSERT(stackSize >= newStackSize); in MatchChunkAt()
5373 U_ASSERT(opType == URX_STRING_LEN); in MatchChunkAt()
5409 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5431 U_ASSERT(minML <= maxML); in MatchChunkAt()
5432 U_ASSERT(minML >= 0); in MatchChunkAt()
5435 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5456 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5457 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5472 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5487 U_ASSERT(originalInputLen >= fActiveLimit); in MatchChunkAt()
5488 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5504 U_ASSERT(minML <= maxML); in MatchChunkAt()
5505 U_ASSERT(minML >= 0); in MatchChunkAt()
5506 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()
5509 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5529 U_ASSERT(restoreInputLen >= fActiveLimit); in MatchChunkAt()
5530 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5546 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5564 U_ASSERT(originalInputLen >= fActiveLimit); in MatchChunkAt()
5565 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5570 U_ASSERT(opValue>=0 && opValue+1<fPattern->fDataSize); in MatchChunkAt()
5572 U_ASSERT(fStack->size() > newStackSize); in MatchChunkAt()
5588 U_ASSERT(opValue > 0 && opValue < sets->size()); in MatchChunkAt()
5626 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchChunkAt()
5628 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchChunkAt()
5688 U_ASSERT(URX_TYPE(loopcOp) == URX_LOOP_C); in MatchChunkAt()
5690 U_ASSERT(stackLoc >= 0 && stackLoc < fFrameSize); in MatchChunkAt()
5705 U_ASSERT(opValue>=0 && opValue<fFrameSize); in MatchChunkAt()
5707 U_ASSERT(backSearchIndex <= fp->fInputIdx); in MatchChunkAt()
5719 U_ASSERT(fp->fInputIdx > 0); in MatchChunkAt()
5743 U_ASSERT(FALSE); in MatchChunkAt()