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,
414 * @param regexp The compiled regular expression.
421 uregex_refreshUText(URegularExpression *regexp,
439 * @param regexp The compiled regular expression.
447 uregex_matches(URegularExpression *regexp,
456 uregex_matches64(URegularExpression *regexp,
476 * @param regexp The compiled regular expression.
484 uregex_lookingAt(URegularExpression *regexp,
493 uregex_lookingAt64(URegularExpression *regexp,
509 * @param regexp The compiled regular expression.
517 uregex_find(URegularExpression *regexp,
526 uregex_find64(URegularExpression *regexp,
537 * @param regexp The compiled regular expression.
544 uregex_findNext(URegularExpression *regexp,
549 * @param regexp The compiled regular expression.
555 uregex_groupCount(URegularExpression *regexp,
562 * @param regexp The compiled regular expression.
575 uregex_group(URegularExpression *regexp,
588 * @param regexp The compiled regular expression.
605 uregex_groupUText(URegularExpression *regexp,
616 * @param regexp The compiled regular expression.
630 uregex_groupUTextDeep(URegularExpression *regexp,
642 * @param regexp The compiled regular expression.
650 uregex_start(URegularExpression *regexp,
659 uregex_start64(URegularExpression *regexp,
670 * @param regexp The compiled regular expression.
677 uregex_end(URegularExpression *regexp,
686 uregex_end64(URegularExpression *regexp,
697 * @param regexp The compiled regular expression.
704 uregex_reset(URegularExpression *regexp,
713 uregex_reset64(URegularExpression *regexp,
730 * @param regexp The compiled regular expression.
737 uregex_setRegion(URegularExpression *regexp,
747 uregex_setRegion64(URegularExpression *regexp,
758 uregex_setRegionAndStart(URegularExpression *regexp,
768 * @param regexp The compiled regular expression.
774 uregex_regionStart(const URegularExpression *regexp,
782 uregex_regionStart64(const URegularExpression *regexp,
790 * @param regexp The compiled regular expression.
796 uregex_regionEnd(const URegularExpression *regexp,
804 uregex_regionEnd64(const URegularExpression *regexp,
812 * @param regexp The compiled regular expression.
818 uregex_hasTransparentBounds(const URegularExpression *regexp,
836 * @param regexp The compiled regular expression.
842 uregex_useTransparentBounds(URegularExpression *regexp,
851 * @param regexp The compiled regular expression.
857 uregex_hasAnchoringBounds(const URegularExpression *regexp,
869 * @param regexp The compiled regular expression.
875 uregex_useAnchoringBounds(URegularExpression *regexp,
884 * @param regexp The compiled regular expression.
890 uregex_hitEnd(const URegularExpression *regexp,
899 * @param regexp The compiled regular expression.
905 uregex_requireEnd(const URegularExpression *regexp,
923 * @param regexp The compiled regular expression.
937 uregex_replaceAll(URegularExpression *regexp,
955 * @param regexp The compiled regular expression.
966 uregex_replaceAllUText(URegularExpression *regexp,
982 * @param regexp The compiled regular expression.
996 uregex_replaceFirst(URegularExpression *regexp,
1014 * @param regexp The compiled regular expression.
1025 uregex_replaceFirstUText(URegularExpression *regexp,
1054 * @param regexp The regular expression object.
1078 uregex_appendReplacement(URegularExpression *regexp,
1098 * @param regexp The regular expression object.
1109 uregex_appendReplacementUText(URegularExpression *regexp,
1122 * @param regexp The regular expression object. This is needed to
1140 uregex_appendTail(URegularExpression *regexp,
1153 * @param regexp The regular expression object. This is needed to
1162 uregex_appendTailUText(URegularExpression *regexp,
1194 * @param regexp The compiled regular expression.
1223 uregex_split( URegularExpression *regexp,
1241 * @param regexp The compiled regular expression.
1259 uregex_splitUText(URegularExpression *regexp,
1284 * @param regexp The compiled regular expression.
1290 uregex_setTimeLimit(URegularExpression *regexp,
1298 * @param regexp The compiled regular expression.
1304 uregex_getTimeLimit(const URegularExpression *regexp,
1319 * @param regexp The compiled regular expression.
1328 uregex_setStackLimit(URegularExpression *regexp,
1340 uregex_getStackLimit(const URegularExpression *regexp,
1374 * @param regexp The compiled regular expression.
1383 uregex_setMatchCallback(URegularExpression *regexp,
1392 * @param regexp The compiled regular expression.
1401 uregex_getMatchCallback(const URegularExpression *regexp,
1446 * @param regexp The compiled regular expression.
1455 uregex_setFindProgressCallback(URegularExpression *regexp,
1464 * @param regexp The compiled regular expression.
1473 uregex_getFindProgressCallback(const URegularExpression *regexp,