• Home
  • Raw
  • Download

Lines Matching defs:regexp

2236 int32_t uregex_appendReplacement_android(URegularExpression * regexp, const UChar * replacementText…  in uregex_appendReplacement_android()
2239 void uregex_appendReplacementUText_android(URegularExpression * regexp, UText * replacementText, UT… in uregex_appendReplacementUText_android()
2242 int32_t uregex_appendTail_android(URegularExpression * regexp, UChar ** destBuf, int32_t * destCapa… in uregex_appendTail_android()
2245 UText * uregex_appendTailUText_android(URegularExpression * regexp, UText * dest, UErrorCode * stat… in uregex_appendTailUText_android()
2248 URegularExpression * uregex_clone_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_clone_android()
2251 void uregex_close_android(URegularExpression * regexp) { in uregex_close_android()
2254 int32_t uregex_end_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_end_android()
2257 int64_t uregex_end64_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_end64_android()
2260 UBool uregex_find_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status) { in uregex_find_android()
2263 UBool uregex_find64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * status) { in uregex_find64_android()
2266 UBool uregex_findNext_android(URegularExpression * regexp, UErrorCode * status) { in uregex_findNext_android()
2269 int32_t uregex_flags_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_flags_android()
2272 void uregex_getFindProgressCallback_android(const URegularExpression * regexp, URegexFindProgressCa… in uregex_getFindProgressCallback_android()
2275 void uregex_getMatchCallback_android(const URegularExpression * regexp, URegexMatchCallback ** call… in uregex_getMatchCallback_android()
2278 int32_t uregex_getStackLimit_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_getStackLimit_android()
2281 const UChar * uregex_getText_android(URegularExpression * regexp, int32_t * textLength, UErrorCode … in uregex_getText_android()
2284 int32_t uregex_getTimeLimit_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_getTimeLimit_android()
2287 UText * uregex_getUText_android(URegularExpression * regexp, UText * dest, UErrorCode * status) { in uregex_getUText_android()
2290 int32_t uregex_group_android(URegularExpression * regexp, int32_t groupNum, UChar * dest, int32_t d… in uregex_group_android()
2293 int32_t uregex_groupCount_android(URegularExpression * regexp, UErrorCode * status) { in uregex_groupCount_android()
2296 int32_t uregex_groupNumberFromCName_android(URegularExpression * regexp, const char * groupName, in… in uregex_groupNumberFromCName_android()
2299 int32_t uregex_groupNumberFromName_android(URegularExpression * regexp, const UChar * groupName, in… in uregex_groupNumberFromName_android()
2302 UText * uregex_groupUText_android(URegularExpression * regexp, int32_t groupNum, UText * dest, int6… in uregex_groupUText_android()
2305 UBool uregex_hasAnchoringBounds_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hasAnchoringBounds_android()
2308 UBool uregex_hasTransparentBounds_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hasTransparentBounds_android()
2311 UBool uregex_hitEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hitEnd_android()
2314 UBool uregex_lookingAt_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status… in uregex_lookingAt_android()
2317 UBool uregex_lookingAt64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * stat… in uregex_lookingAt64_android()
2320 UBool uregex_matches_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status) { in uregex_matches_android()
2323 UBool uregex_matches64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * status… in uregex_matches64_android()
2335 const UChar * uregex_pattern_android(const URegularExpression * regexp, int32_t * patLength, UError… in uregex_pattern_android()
2338 UText * uregex_patternUText_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_patternUText_android()
2341 void uregex_refreshUText_android(URegularExpression * regexp, UText * text, UErrorCode * status) { in uregex_refreshUText_android()
2344 int32_t uregex_regionEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionEnd_android()
2347 int64_t uregex_regionEnd64_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionEnd64_android()
2350 int32_t uregex_regionStart_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionStart_android()
2353 int64_t uregex_regionStart64_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionStart64_android()
2356 int32_t uregex_replaceAll_android(URegularExpression * regexp, const UChar * replacementText, int32… in uregex_replaceAll_android()
2359 UText * uregex_replaceAllUText_android(URegularExpression * regexp, UText * replacement, UText * de… in uregex_replaceAllUText_android()
2362 int32_t uregex_replaceFirst_android(URegularExpression * regexp, const UChar * replacementText, int… in uregex_replaceFirst_android()
2365 UText * uregex_replaceFirstUText_android(URegularExpression * regexp, UText * replacement, UText * … in uregex_replaceFirstUText_android()
2368 UBool uregex_requireEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_requireEnd_android()
2371 void uregex_reset_android(URegularExpression * regexp, int32_t index, UErrorCode * status) { in uregex_reset_android()
2374 void uregex_reset64_android(URegularExpression * regexp, int64_t index, UErrorCode * status) { in uregex_reset64_android()
2377 void uregex_setFindProgressCallback_android(URegularExpression * regexp, URegexFindProgressCallback… in uregex_setFindProgressCallback_android()
2380 void uregex_setMatchCallback_android(URegularExpression * regexp, URegexMatchCallback * callback, c… in uregex_setMatchCallback_android()
2383 void uregex_setRegion_android(URegularExpression * regexp, int32_t regionStart, int32_t regionLimit… in uregex_setRegion_android()
2386 void uregex_setRegion64_android(URegularExpression * regexp, int64_t regionStart, int64_t regionLim… in uregex_setRegion64_android()
2389 void uregex_setRegionAndStart_android(URegularExpression * regexp, int64_t regionStart, int64_t reg… in uregex_setRegionAndStart_android()
2392 void uregex_setStackLimit_android(URegularExpression * regexp, int32_t limit, UErrorCode * status) { in uregex_setStackLimit_android()
2395 void uregex_setText_android(URegularExpression * regexp, const UChar * text, int32_t textLength, UE… in uregex_setText_android()
2398 void uregex_setTimeLimit_android(URegularExpression * regexp, int32_t limit, UErrorCode * status) { in uregex_setTimeLimit_android()
2401 void uregex_setUText_android(URegularExpression * regexp, UText * text, UErrorCode * status) { in uregex_setUText_android()
2404 int32_t uregex_split_android(URegularExpression * regexp, UChar * destBuf, int32_t destCapacity, in… in uregex_split_android()
2407 int32_t uregex_splitUText_android(URegularExpression * regexp, UText * destFields[], int32_t destFi… in uregex_splitUText_android()
2410 int32_t uregex_start_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_start_android()
2413 int64_t uregex_start64_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_start64_android()
2416 void uregex_useAnchoringBounds_android(URegularExpression * regexp, UBool b, UErrorCode * status) { in uregex_useAnchoringBounds_android()
2419 void uregex_useTransparentBounds_android(URegularExpression * regexp, UBool b, UErrorCode * status)… in uregex_useTransparentBounds_android()