Home | History | Annotate | Download | only in unicode

Lines Matching refs: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,
614 * @param regexp The compiled regular expression.
627 uregex_group(URegularExpression *regexp,
639 * @param regexp The compiled regular expression.
656 uregex_groupUText(URegularExpression *regexp,
667 * @param regexp The compiled regular expression.
681 uregex_groupUTextDeep(URegularExpression *regexp,
694 * @param regexp The compiled regular expression.
702 uregex_start(URegularExpression *regexp,
714 * @param regexp The compiled regular expression.
722 uregex_start64(URegularExpression *regexp,
733 * @param regexp The compiled regular expression.
740 uregex_end(URegularExpression *regexp,
752 * @param regexp
759 uregex_end64(URegularExpression *regexp,
770 * @param regexp The compiled regular expression.
777 uregex_reset(URegularExpression *regexp,
789 * @param regexp The compiled regular expression.
796 uregex_reset64(URegularExpression *regexp,
814 * @param regexp The compiled regular expression.
821 uregex_setRegion(URegularExpression *regexp,
841 * @param regexp The compiled regular expression.
848 uregex_setRegion64(URegularExpression *regexp,
859 * @param regexp The compiled regular expression.
868 uregex_setRegionAndStart(URegularExpression *regexp,
878 * @param regexp The compiled regular expression.
884 uregex_regionStart(const URegularExpression *regexp,
892 * @param regexp The compiled regular expression.
898 uregex_regionStart64(const URegularExpression *regexp,
906 * @param regexp The compiled regular expression.
912 uregex_regionEnd(const URegularExpression *regexp,
921 * @param regexp The compiled regular expression.
927 uregex_regionEnd64(const URegularExpression *regexp,
935 * @param regexp The compiled regular expression.
941 uregex_hasTransparentBounds(const URegularExpression *regexp,
959 * @param regexp The compiled regular expression.
965 uregex_useTransparentBounds(URegularExpression *regexp,
974 * @param regexp The compiled regular expression.
980 uregex_hasAnchoringBounds(const URegularExpression *regexp,
992 * @param regexp The compiled regular expression.
998 uregex_useAnchoringBounds(URegularExpression *regexp,
1007 * @param regexp The compiled regular expression.
1013 uregex_hitEnd(const URegularExpression *regexp,
1022 * @param regexp The compiled regular expression.
1028 uregex_requireEnd(const URegularExpression *regexp,
1046 * @param regexp The compiled regular expression.
1060 uregex_replaceAll(URegularExpression *regexp,
1078 * @param regexp The compiled regular expression.
1089 uregex_replaceAllUText(URegularExpression *regexp,
1105 * @param regexp The compiled regular expression.
1119 uregex_replaceFirst(URegularExpression *regexp,
1137 * @param regexp The compiled regular expression.
1148 uregex_replaceFirstUText(URegularExpression *regexp,
1176 * @param regexp The regular expression object.
1200 uregex_appendReplacement(URegularExpression *regexp,
1219 * @param regexp The regular expression object.
1230 uregex_appendReplacementUText(URegularExpression *regexp,
1242 * @param regexp The regular expression object. This is needed to
1260 uregex_appendTail(URegularExpression *regexp,
1272 * @param regexp The regular expression object. This is needed to
1284 uregex_appendTailUText(URegularExpression *regexp,
1311 * @param regexp The compiled regular expression.
1340 uregex_split( URegularExpression *regexp,
1357 * @param regexp The compiled regular expression.
1375 uregex_splitUText(URegularExpression *regexp,
1397 * @param regexp The compiled regular expression.
1403 uregex_setTimeLimit(URegularExpression *regexp,
1411 * @param regexp The compiled regular expression.
1417 uregex_getTimeLimit(const URegularExpression *regexp,
1432 * @param regexp The compiled regular expression.
1441 uregex_setStackLimit(URegularExpression *regexp,
1453 uregex_getStackLimit(const URegularExpression *regexp,
1487 * @param regexp The compiled regular expression.
1496 uregex_setMatchCallback(URegularExpression *regexp,
1505 * @param regexp The compiled regular expression.
1514 uregex_getMatchCallback(const URegularExpression *regexp,
1559 * @param regexp The compiled regular expression.
1568 uregex_setFindProgressCallback(URegularExpression *regexp,
1576 * @param regexp The compiled regular expression.
1585 uregex_getFindProgressCallback(const URegularExpression *regexp,