• Home
  • Raw
  • Download

Lines Matching full:regexp

210   * @param regexp   The regular expression to be closed.
214 uregex_close(URegularExpression *regexp);
248 * @param regexp The compiled regular expression to be cloned.
254 uregex_clone(const URegularExpression *regexp, UErrorCode *status);
260 * @param regexp The compiled regular expression.
274 uregex_pattern(const URegularExpression *regexp,
282 * @param regexp The compiled regular expression.
290 uregex_patternUText(const URegularExpression *regexp,
296 * @param regexp The compiled regular expression.
302 uregex_flags(const URegularExpression *regexp,
319 * @param regexp The compiled regular expression.
327 uregex_setText(URegularExpression *regexp,
343 * @param regexp The compiled regular expression.
350 uregex_setUText(URegularExpression *regexp,
363 * @param regexp The compiled regular expression.
375 uregex_getText(URegularExpression *regexp,
385 * @param regexp The compiled regular expression.
396 uregex_getUText(URegularExpression *regexp,
419 * @param regexp The compiled regular expression.
426 uregex_refreshUText(URegularExpression *regexp,
443 * @param regexp The compiled regular expression.
451 uregex_matches(URegularExpression *regexp,
469 * @param regexp The compiled regular expression.
477 uregex_matches64(URegularExpression *regexp,
497 * @param regexp The compiled regular expression.
505 uregex_lookingAt(URegularExpression *regexp,
526 * @param regexp The compiled regular expression.
534 uregex_lookingAt64(URegularExpression *regexp,
550 * @param regexp The compiled regular expression.
558 uregex_find(URegularExpression *regexp,
575 * @param regexp The compiled regular expression.
583 uregex_find64(URegularExpression *regexp,
594 * @param regexp The compiled regular expression.
601 uregex_findNext(URegularExpression *regexp,
606 * @param regexp The compiled regular expression.
612 uregex_groupCount(URegularExpression *regexp,
623 * @param regexp The compiled regular expression.
632 uregex_groupNumberFromName(URegularExpression *regexp,
646 * @param regexp The compiled regular expression.
656 uregex_groupNumberFromCName(URegularExpression *regexp,
665 * @param regexp The compiled regular expression.
678 uregex_group(URegularExpression *regexp,
690 * @param regexp The compiled regular expression.
707 uregex_groupUText(URegularExpression *regexp,
720 * @param regexp The compiled regular expression.
728 uregex_start(URegularExpression *regexp,
740 * @param regexp The compiled regular expression.
748 uregex_start64(URegularExpression *regexp,
759 * @param regexp The compiled regular expression.
766 uregex_end(URegularExpression *regexp,
778 * @param regexp The compiled regular expression.
785 uregex_end64(URegularExpression *regexp,
796 * @param regexp The compiled regular expression.
803 uregex_reset(URegularExpression *regexp,
815 * @param regexp The compiled regular expression.
822 uregex_reset64(URegularExpression *regexp,
840 * @param regexp The compiled regular expression.
847 uregex_setRegion(URegularExpression *regexp,
867 * @param regexp The compiled regular expression.
874 uregex_setRegion64(URegularExpression *regexp,
885 * @param regexp The compiled regular expression.
894 uregex_setRegionAndStart(URegularExpression *regexp,
904 * @param regexp The compiled regular expression.
910 uregex_regionStart(const URegularExpression *regexp,
918 * @param regexp The compiled regular expression.
924 uregex_regionStart64(const URegularExpression *regexp,
932 * @param regexp The compiled regular expression.
938 uregex_regionEnd(const URegularExpression *regexp,
947 * @param regexp The compiled regular expression.
953 uregex_regionEnd64(const URegularExpression *regexp,
961 * @param regexp The compiled regular expression.
967 uregex_hasTransparentBounds(const URegularExpression *regexp,
985 * @param regexp The compiled regular expression.
991 uregex_useTransparentBounds(URegularExpression *regexp,
1000 * @param regexp The compiled regular expression.
1006 uregex_hasAnchoringBounds(const URegularExpression *regexp,
1018 * @param regexp The compiled regular expression.
1024 uregex_useAnchoringBounds(URegularExpression *regexp,
1033 * @param regexp The compiled regular expression.
1039 uregex_hitEnd(const URegularExpression *regexp,
1048 * @param regexp The compiled regular expression.
1054 uregex_requireEnd(const URegularExpression *regexp,
1072 * @param regexp The compiled regular expression.
1086 uregex_replaceAll(URegularExpression *regexp,
1104 * @param regexp The compiled regular expression.
1115 uregex_replaceAllUText(URegularExpression *regexp,
1131 * @param regexp The compiled regular expression.
1145 uregex_replaceFirst(URegularExpression *regexp,
1163 * @param regexp The compiled regular expression.
1174 uregex_replaceFirstUText(URegularExpression *regexp,
1202 * @param regexp The regular expression object.
1226 uregex_appendReplacement(URegularExpression *regexp,
1245 * @param regexp The regular expression object.
1256 uregex_appendReplacementUText(URegularExpression *regexp,
1268 * @param regexp The regular expression object. This is needed to
1286 uregex_appendTail(URegularExpression *regexp,
1298 * @param regexp The regular expression object. This is needed to
1310 uregex_appendTailUText(URegularExpression *regexp,
1337 * @param regexp The compiled regular expression.
1366 uregex_split( URegularExpression *regexp,
1383 * @param regexp The compiled regular expression.
1401 uregex_splitUText(URegularExpression *regexp,
1423 * @param regexp The compiled regular expression.
1429 uregex_setTimeLimit(URegularExpression *regexp,
1437 * @param regexp The compiled regular expression.
1443 uregex_getTimeLimit(const URegularExpression *regexp,
1458 * @param regexp The compiled regular expression.
1467 uregex_setStackLimit(URegularExpression *regexp,
1479 uregex_getStackLimit(const URegularExpression *regexp,
1513 * @param regexp The compiled regular expression.
1522 uregex_setMatchCallback(URegularExpression *regexp,
1531 * @param regexp The compiled regular expression.
1540 uregex_getMatchCallback(const URegularExpression *regexp,
1585 * @param regexp The compiled regular expression.
1594 uregex_setFindProgressCallback(URegularExpression *regexp,
1602 * @param regexp The compiled regular expression.
1611 uregex_getFindProgressCallback(const URegularExpression *regexp,