Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uregex_split

1076                 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 10, &status);
1108 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 2, &status);
1133 uregex_split(re, buf, sz, &requiredCapacity, fields, 10, &status);
1178 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 10, &status);
1199 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 2, &status);
1217 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 3, &status);
1236 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 5, &status);
1263 uregex_split(re, buf, UPRV_LENGTHOF(buf), &requiredCapacity, fields, 9, &status);
1378 wordCount = uregex_split(theRegEx, NULL, 0, &neededLength1, destFields,
1388 wordCount = uregex_split(theRegEx, textBuff, neededLength1+1, &neededLength2,