Home | History | Annotate | Download | only in unicode

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,
411 * @param regexp The compiled regular expression.
419 uregex_matches(URegularExpression *regexp,
428 uregex_matches64(URegularExpression *regexp,
448 * @param regexp The compiled regular expression.
456 uregex_lookingAt(URegularExpression *regexp,
465 uregex_lookingAt64(URegularExpression *regexp,
481 * @param regexp The compiled regular expression.
489 uregex_find(URegularExpression *regexp,
498 uregex_find64(URegularExpression *regexp,
509 * @param regexp The compiled regular expression.
516 uregex_findNext(URegularExpression *regexp,
521 * @param regexp The compiled regular expression.
527 uregex_groupCount(URegularExpression *regexp,
534 * @param regexp The compiled regular expression.
547 uregex_group(URegularExpression *regexp,
560 * @param regexp The compiled regular expression.
577 uregex_groupUText(URegularExpression *regexp,
588 * @param regexp The compiled regular expression.
602 uregex_groupUTextDeep(URegularExpression *regexp,
614 * @param regexp The compiled regular expression.
622 uregex_start(URegularExpression *regexp,
631 uregex_start64(URegularExpression *regexp,
642 * @param regexp The compiled regular expression.
649 uregex_end(URegularExpression *regexp,
658 uregex_end64(URegularExpression *regexp,
669 * @param regexp The compiled regular expression.
676 uregex_reset(URegularExpression *regexp,
685 uregex_reset64(URegularExpression *regexp,
702 * @param regexp The compiled regular expression.
709 uregex_setRegion(URegularExpression *regexp,
719 uregex_setRegion64(URegularExpression *regexp,
730 uregex_setRegionAndStart(URegularExpression *regexp,
740 * @param regexp The compiled regular expression.
746 uregex_regionStart(const URegularExpression *regexp,
754 uregex_regionStart64(const URegularExpression *regexp,
762 * @param regexp The compiled regular expression.
768 uregex_regionEnd(const URegularExpression *regexp,
776 uregex_regionEnd64(const URegularExpression *regexp,
784 * @param regexp The compiled regular expression.
790 uregex_hasTransparentBounds(const URegularExpression *regexp,
808 * @param regexp The compiled regular expression.
814 uregex_useTransparentBounds(URegularExpression *regexp,
823 * @param regexp The compiled regular expression.
829 uregex_hasAnchoringBounds(const URegularExpression *regexp,
841 * @param regexp The compiled regular expression.
847 uregex_useAnchoringBounds(URegularExpression *regexp,
856 * @param regexp The compiled regular expression.
862 uregex_hitEnd(const URegularExpression *regexp,
871 * @param regexp The compiled regular expression.
877 uregex_requireEnd(const URegularExpression *regexp,
895 * @param regexp The compiled regular expression.
909 uregex_replaceAll(URegularExpression *regexp,
927 * @param regexp The compiled regular expression.
938 uregex_replaceAllUText(URegularExpression *regexp,
954 * @param regexp The compiled regular expression.
968 uregex_replaceFirst(URegularExpression *regexp,
986 * @param regexp The compiled regular expression.
997 uregex_replaceFirstUText(URegularExpression *regexp,
1026 * @param regexp The regular expression object.
1050 uregex_appendReplacement(URegularExpression *regexp,
1070 * @param regexp The regular expression object.
1081 uregex_appendReplacementUText(URegularExpression *regexp,
1094 * @param regexp The regular expression object. This is needed to
1112 uregex_appendTail(URegularExpression *regexp,
1125 * @param regexp The regular expression object. This is needed to
1134 uregex_appendTailUText(URegularExpression *regexp,
1166 * @param regexp The compiled regular expression.
1195 uregex_split( URegularExpression *regexp,
1213 * @param regexp The compiled regular expression.
1231 uregex_splitUText(URegularExpression *regexp,
1256 * @param regexp The compiled regular expression.
1262 uregex_setTimeLimit(URegularExpression *regexp,
1270 * @param regexp The compiled regular expression.
1276 uregex_getTimeLimit(const URegularExpression *regexp,
1291 * @param regexp The compiled regular expression.
1300 uregex_setStackLimit(URegularExpression *regexp,
1312 uregex_getStackLimit(const URegularExpression *regexp,
1346 * @param regexp The compiled regular expression.
1355 uregex_setMatchCallback(URegularExpression *regexp,
1364 * @param regexp The compiled regular expression.
1373 uregex_getMatchCallback(const URegularExpression *regexp,
1418 * @param regexp The compiled regular expression.
1427 uregex_setFindProgressCallback(URegularExpression *regexp,
1436 * @param regexp The compiled regular expression.
1445 uregex_getFindProgressCallback(const URegularExpression *regexp,