Lines Matching refs:theRegEx
1350 URegularExpression *theRegEx;
1365 theRegEx = uregex_openC(thePattern, 0, NULL, &theICUError);
1369 uregex_setText(theRegEx, theString, u_strlen(theString), &theICUError);
1375 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1385 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,
1396 uregex_close(theRegEx);