Home | History | Annotate | Download | only in i18n

Lines Matching full:stringlen

2834                 int32_t stringLen = URX_VAL(op);
2836 U_ASSERT(stringLen >= 2);
2844 while (patternStringIndex < stringLen) {
2851 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar);
4332 int32_t stringLen;
4337 stringLen = URX_VAL(op);
4339 U_ASSERT(stringLen >= 2);
4344 const UChar * pEnd = pInp + stringLen;
4359 fp->fInputIdx += stringLen;