Lines Matching full:regexp
205 * @param regexp The regular expression to be closed.
209 uregex_close(URegularExpression *regexp);
243 * @param regexp The compiled regular expression to be cloned.
249 uregex_clone(const URegularExpression *regexp, UErrorCode *status);
255 * @param regexp The compiled regular expression.
269 uregex_pattern(const URegularExpression *regexp,
277 * @param regexp The compiled regular expression.
285 uregex_patternUText(const URegularExpression *regexp,
291 * @param regexp The compiled regular expression.
297 uregex_flags(const URegularExpression *regexp,
314 * @param regexp The compiled regular expression.
322 uregex_setText(URegularExpression *regexp,
338 * @param regexp The compiled regular expression.
345 uregex_setUText(URegularExpression *regexp,
358 * @param regexp The compiled regular expression.
370 uregex_getText(URegularExpression *regexp,
380 * @param regexp The compiled regular expression.
391 uregex_getUText(URegularExpression *regexp,
414 * @param regexp The compiled regular expression.
421 uregex_refreshUText(URegularExpression *regexp,
438 * @param regexp The compiled regular expression.
446 uregex_matches(URegularExpression *regexp,
464 * @param regexp The compiled regular expression.
472 uregex_matches64(URegularExpression *regexp,
492 * @param regexp The compiled regular expression.
500 uregex_lookingAt(URegularExpression *regexp,
521 * @param regexp The compiled regular expression.
529 uregex_lookingAt64(URegularExpression *regexp,
545 * @param regexp The compiled regular expression.
553 uregex_find(URegularExpression *regexp,
570 * @param regexp The compiled regular expression.
578 uregex_find64(URegularExpression *regexp,
589 * @param regexp The compiled regular expression.
596 uregex_findNext(URegularExpression *regexp,
601 * @param regexp The compiled regular expression.
607 uregex_groupCount(URegularExpression *regexp,
619 * @param regexp The compiled regular expression.
628 uregex_groupNumberFromName(URegularExpression *regexp,
642 * @param regexp The compiled regular expression.
652 uregex_groupNumberFromCName(URegularExpression *regexp,
662 * @param regexp The compiled regular expression.
675 uregex_group(URegularExpression *regexp,
687 * @param regexp The compiled regular expression.
704 uregex_groupUText(URegularExpression *regexp,
717 * @param regexp The compiled regular expression.
725 uregex_start(URegularExpression *regexp,
737 * @param regexp The compiled regular expression.
745 uregex_start64(URegularExpression *regexp,
756 * @param regexp The compiled regular expression.
763 regexp,
775 * @param regexp The compiled regular expression.
782 uregex_end64(URegularExpression *regexp,
793 * @param regexp The compiled regular expression.
800 uregex_reset(URegularExpression *regexp,
812 * @param regexp The compiled regular expression.
819 uregex_reset64(URegularExpression *regexp,
837 * @param regexp The compiled regular expression.
844 uregex_setRegion(URegularExpression *regexp,
864 * @param regexp The compiled regular expression.
871 uregex_setRegion64(URegularExpression *regexp,
882 * @param regexp The compiled regular expression.
891 uregex_setRegionAndStart(URegularExpression *regexp,
901 * @param regexp The compiled regular expression.
907 uregex_regionStart(const URegularExpression *regexp,
915 * @param regexp The compiled regular expression.
921 uregex_regionStart64(const URegularExpression *regexp,
929 * @param regexp The compiled regular expression.
935 uregex_regionEnd(const URegularExpression *regexp,
944 * @param regexp The compiled regular expression.
950 uregex_regionEnd64(const URegularExpression *regexp,
958 * @param regexp The compiled regular expression.
964 uregex_hasTransparentBounds(const URegularExpression *regexp,
982 * @param regexp The compiled regular expression.
988 uregex_useTransparentBounds(URegularExpression *regexp,
997 * @param regexp The compiled regular expression.
1003 uregex_hasAnchoringBounds(const URegularExpression *regexp,
1015 * @param regexp The compiled regular expression.
1021 uregex_useAnchoringBounds(URegularExpression *regexp,
1030 * @param regexp The compiled regular expression.
1036 uregex_hitEnd(const URegularExpression *regexp,
1045 * @param regexp The compiled regular expression.
1051 uregex_requireEnd(const URegularExpression *regexp,
1069 * @param regexp The compiled regular expression.
1083 uregex_replaceAll(URegularExpression *regexp,
1101 * @param regexp The compiled regular expression.
1112 uregex_replaceAllUText(URegularExpression *regexp,
1128 * @param regexp The compiled regular expression.
1142 uregex_replaceFirst(URegularExpression *regexp,
1160 * @param regexp The compiled regular expression.
1171 uregex_replaceFirstUText(URegularExpression *regexp,
1199 * @param regexp The regular expression object.
1223 uregex_appendReplacement(URegularExpression *regexp,
1242 * @param regexp The regular expression object.
1253 uregex_appendReplacementUText(URegularExpression *regexp,
1265 * @param regexp The regular expression object. This is needed to
1283 uregex_appendTail(URegularExpression *regexp,
1295 * @param regexp The regular expression object. This is needed to
1307 uregex_appendTailUText(URegularExpression *regexp,
1334 * @param regexp The compiled regular expression.
1363 uregex_split( URegularExpression *regexp,
1380 * @param regexp The compiled regular expression.
1398 uregex_splitUText(URegularExpression *regexp,
1420 * @param regexp The compiled regular expression.
1426 uregex_setTimeLimit(URegularExpression *regexp,
1434 * @param regexp The compiled regular expression.
1440 uregex_getTimeLimit(const URegularExpression *regexp,
1455 * @param regexp The compiled regular expression.
1464 uregex_setStackLimit(URegularExpression *regexp,
1476 uregex_getStackLimit(const URegularExpression *regexp,
1510 * @param regexp The compiled regular expression.
1519 uregex_setMatchCallback(URegularExpression *regexp,
1528 * @param regexp The compiled regular expression.
1537 uregex_getMatchCallback(const URegularExpression *regexp,
1582 * @param regexp The compiled regular expression.
1591 uregex_setFindProgressCallback(URegularExpression *regexp,
1599 * @param regexp The compiled regular expression.
1608 uregex_getFindProgressCallback(const URegularExpression *regexp,