Lines Matching refs:regexp
206 * @param regexp The regular expression to be closed.
210 uregex_close(URegularExpression *regexp);
244 * @param regexp The compiled regular expression to be cloned.
250 uregex_clone(const URegularExpression *regexp, UErrorCode *status);
256 * @param regexp The compiled regular expression.
270 uregex_pattern(const URegularExpression *regexp,
278 * @param regexp The compiled regular expression.
286 uregex_patternUText(const URegularExpression *regexp,
293 * @param regexp The compiled regular expression.
299 uregex_flags(const URegularExpression *regexp,
316 * @param regexp The compiled regular expression.
324 uregex_setText(URegularExpression *regexp,
340 * @param regexp The compiled regular expression.
347 uregex_setUText(URegularExpression *regexp,
360 * @param regexp The compiled regular expression.
372 uregex_getText(URegularExpression *regexp,
383 * @param regexp The compiled regular expression.
394 uregex_getUText(URegularExpression *regexp,
417 * @param regexp The compiled regular expression.
424 uregex_refreshUText(URegularExpression *regexp,
441 * @param regexp The compiled regular expression.
449 uregex_matches(URegularExpression *regexp,
467 * @param regexp The compiled regular expression.
475 uregex_matches64(URegularExpression *regexp,
495 * @param regexp The compiled regular expression.
503 uregex_lookingAt(URegularExpression *regexp,
524 * @param regexp The compiled regular expression.
532 uregex_lookingAt64(URegularExpression *regexp,
548 * @param regexp The compiled regular expression.
556 uregex_find(URegularExpression *regexp,
573 * @param regexp The compiled regular expression.
581 uregex_find64(URegularExpression *regexp,
592 * @param regexp The compiled regular expression.
599 uregex_findNext(URegularExpression *regexp,
604 * @param regexp The compiled regular expression.
610 uregex_groupCount(URegularExpression *regexp,
617 * @param regexp The compiled regular expression.
630 uregex_group(URegularExpression *regexp,
643 * @param regexp The compiled regular expression.
660 uregex_groupUText(URegularExpression *regexp,
671 * @param regexp The compiled regular expression.
685 uregex_groupUTextDeep(URegularExpression *regexp,
697 * @param regexp The compiled regular expression.
705 uregex_start(URegularExpression *regexp,
717 * @param regexp The compiled regular expression.
725 uregex_start64(URegularExpression *regexp,
736 * @param regexp The compiled regular expression.
743 uregex_end(URegularExpression *regexp,
755 * @param regexp The compiled regular expression.
762 uregex_end64(URegularExpression *regexp,
773 * @param regexp The compiled regular expression.
780 uregex_reset(URegularExpression *regexp,
792 * @param regexp The compiled regular expression.
799 uregex_reset64(URegularExpression *regexp,
817 * @param regexp The compiled regular expression.
824 uregex_setRegion(URegularExpression *regexp,
844 * @param regexp The compiled regular expression.
851 uregex_setRegion64(URegularExpression *regexp,
862 * @param regexp The compiled regular expression.
871 uregex_setRegionAndStart(URegularExpression *regexp,
881 * @param regexp The compiled regular expression.
887 uregex_regionStart(const URegularExpression *regexp,
895 * @param regexp The compiled regular expression.
901 uregex_regionStart64(const URegularExpression *regexp,
909 * @param regexp The compiled regular expression.
915 uregex_regionEnd(const URegularExpression *regexp,
924 * @param regexp The compiled regular expression.
930 uregex_regionEnd64(const URegularExpression *regexp,
938 * @param regexp The compiled regular expression.
944 uregex_hasTransparentBounds(const URegularExpression *regexp,
962 * @param regexp The compiled regular expression.
968 uregex_useTransparentBounds(URegularExpression *regexp,
977 * @param regexp The compiled regular expression.
983 uregex_hasAnchoringBounds(const URegularExpression *regexp,
995 * @param regexp The compiled regular expression.
1001 uregex_useAnchoringBounds(URegularExpression *regexp,
1010 * @param regexp The compiled regular expression.
1016 uregex_hitEnd(const URegularExpression *regexp,
1025 * @param regexp The compiled regular expression.
1031 uregex_requireEnd(const URegularExpression *regexp,
1049 * @param regexp The compiled regular expression.
1063 uregex_replaceAll(URegularExpression *regexp,
1081 * @param regexp The compiled regular expression.
1092 uregex_replaceAllUText(URegularExpression *regexp,
1108 * @param regexp The compiled regular expression.
1122 uregex_replaceFirst(URegularExpression *regexp,
1140 * @param regexp The compiled regular expression.
1151 uregex_replaceFirstUText(URegularExpression *regexp,
1180 * @param regexp The regular expression object.
1204 uregex_appendReplacement(URegularExpression *regexp,
1224 * @param regexp The regular expression object.
1235 uregex_appendReplacementUText(URegularExpression *regexp,
1248 * @param regexp The regular expression object. This is needed to
1266 uregex_appendTail(URegularExpression *regexp,
1279 * @param regexp The regular expression object. This is needed to
1291 uregex_appendTailUText(URegularExpression *regexp,
1320 * @param regexp The compiled regular expression.
1349 uregex_split( URegularExpression *regexp,
1367 * @param regexp The compiled regular expression.
1385 uregex_splitUText(URegularExpression *regexp,
1410 * @param regexp The compiled regular expression.
1416 uregex_setTimeLimit(URegularExpression *regexp,
1424 * @param regexp The compiled regular expression.
1430 uregex_getTimeLimit(const URegularExpression *regexp,
1445 * @param regexp The compiled regular expression.
1454 uregex_setStackLimit(URegularExpression *regexp,
1466 uregex_getStackLimit(const URegularExpression *regexp,
1500 * @param regexp The compiled regular expression.
1509 uregex_setMatchCallback(URegularExpression *regexp,
1518 * @param regexp The compiled regular expression.
1527 uregex_getMatchCallback(const URegularExpression *regexp,
1572 * @param regexp The compiled regular expression.
1581 uregex_setFindProgressCallback(URegularExpression *regexp,
1590 * @param regexp The compiled regular expression.
1599 uregex_getFindProgressCallback(const URegularExpression *regexp,