Lines Matching defs:regexp
2136 int32_t uregex_appendReplacement_android(URegularExpression * regexp, const UChar * replacementText… in uregex_appendReplacement_android()
2139 void uregex_appendReplacementUText_android(URegularExpression * regexp, UText * replacementText, UT… in uregex_appendReplacementUText_android()
2142 int32_t uregex_appendTail_android(URegularExpression * regexp, UChar ** destBuf, int32_t * destCapa… in uregex_appendTail_android()
2145 UText * uregex_appendTailUText_android(URegularExpression * regexp, UText * dest, UErrorCode * stat… in uregex_appendTailUText_android()
2148 URegularExpression * uregex_clone_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_clone_android()
2151 void uregex_close_android(URegularExpression * regexp) { in uregex_close_android()
2154 int32_t uregex_end_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_end_android()
2157 int64_t uregex_end64_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_end64_android()
2160 UBool uregex_find_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status) { in uregex_find_android()
2163 UBool uregex_find64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * status) { in uregex_find64_android()
2166 UBool uregex_findNext_android(URegularExpression * regexp, UErrorCode * status) { in uregex_findNext_android()
2169 int32_t uregex_flags_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_flags_android()
2172 void uregex_getFindProgressCallback_android(const URegularExpression * regexp, URegexFindProgressCa… in uregex_getFindProgressCallback_android()
2175 void uregex_getMatchCallback_android(const URegularExpression * regexp, URegexMatchCallback ** call… in uregex_getMatchCallback_android()
2178 int32_t uregex_getStackLimit_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_getStackLimit_android()
2181 const UChar * uregex_getText_android(URegularExpression * regexp, int32_t * textLength, UErrorCode … in uregex_getText_android()
2184 int32_t uregex_getTimeLimit_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_getTimeLimit_android()
2187 UText * uregex_getUText_android(URegularExpression * regexp, UText * dest, UErrorCode * status) { in uregex_getUText_android()
2190 int32_t uregex_group_android(URegularExpression * regexp, int32_t groupNum, UChar * dest, int32_t d… in uregex_group_android()
2193 int32_t uregex_groupCount_android(URegularExpression * regexp, UErrorCode * status) { in uregex_groupCount_android()
2196 int32_t uregex_groupNumberFromCName_android(URegularExpression * regexp, const char * groupName, in… in uregex_groupNumberFromCName_android()
2199 int32_t uregex_groupNumberFromName_android(URegularExpression * regexp, const UChar * groupName, in… in uregex_groupNumberFromName_android()
2202 UText * uregex_groupUText_android(URegularExpression * regexp, int32_t groupNum, UText * dest, int6… in uregex_groupUText_android()
2205 UBool uregex_hasAnchoringBounds_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hasAnchoringBounds_android()
2208 UBool uregex_hasTransparentBounds_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hasTransparentBounds_android()
2211 UBool uregex_hitEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hitEnd_android()
2214 UBool uregex_lookingAt_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status… in uregex_lookingAt_android()
2217 UBool uregex_lookingAt64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * stat… in uregex_lookingAt64_android()
2220 UBool uregex_matches_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status) { in uregex_matches_android()
2223 UBool uregex_matches64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * status… in uregex_matches64_android()
2235 const UChar * uregex_pattern_android(const URegularExpression * regexp, int32_t * patLength, UError… in uregex_pattern_android()
2238 UText * uregex_patternUText_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_patternUText_android()
2241 void uregex_refreshUText_android(URegularExpression * regexp, UText * text, UErrorCode * status) { in uregex_refreshUText_android()
2244 int32_t uregex_regionEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionEnd_android()
2247 int64_t uregex_regionEnd64_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionEnd64_android()
2250 int32_t uregex_regionStart_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionStart_android()
2253 int64_t uregex_regionStart64_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionStart64_android()
2256 int32_t uregex_replaceAll_android(URegularExpression * regexp, const UChar * replacementText, int32… in uregex_replaceAll_android()
2259 UText * uregex_replaceAllUText_android(URegularExpression * regexp, UText * replacement, UText * de… in uregex_replaceAllUText_android()
2262 int32_t uregex_replaceFirst_android(URegularExpression * regexp, const UChar * replacementText, int… in uregex_replaceFirst_android()
2265 UText * uregex_replaceFirstUText_android(URegularExpression * regexp, UText * replacement, UText * … in uregex_replaceFirstUText_android()
2268 UBool uregex_requireEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_requireEnd_android()
2271 void uregex_reset_android(URegularExpression * regexp, int32_t index, UErrorCode * status) { in uregex_reset_android()
2274 void uregex_reset64_android(URegularExpression * regexp, int64_t index, UErrorCode * status) { in uregex_reset64_android()
2277 void uregex_setFindProgressCallback_android(URegularExpression * regexp, URegexFindProgressCallback… in uregex_setFindProgressCallback_android()
2280 void uregex_setMatchCallback_android(URegularExpression * regexp, URegexMatchCallback * callback, c… in uregex_setMatchCallback_android()
2283 void uregex_setRegion_android(URegularExpression * regexp, int32_t regionStart, int32_t regionLimit… in uregex_setRegion_android()
2286 void uregex_setRegion64_android(URegularExpression * regexp, int64_t regionStart, int64_t regionLim… in uregex_setRegion64_android()
2289 void uregex_setRegionAndStart_android(URegularExpression * regexp, int64_t regionStart, int64_t reg… in uregex_setRegionAndStart_android()
2292 void uregex_setStackLimit_android(URegularExpression * regexp, int32_t limit, UErrorCode * status) { in uregex_setStackLimit_android()
2295 void uregex_setText_android(URegularExpression * regexp, const UChar * text, int32_t textLength, UE… in uregex_setText_android()
2298 void uregex_setTimeLimit_android(URegularExpression * regexp, int32_t limit, UErrorCode * status) { in uregex_setTimeLimit_android()
2301 void uregex_setUText_android(URegularExpression * regexp, UText * text, UErrorCode * status) { in uregex_setUText_android()
2304 int32_t uregex_split_android(URegularExpression * regexp, UChar * destBuf, int32_t destCapacity, in… in uregex_split_android()
2307 int32_t uregex_splitUText_android(URegularExpression * regexp, UText * destFields[], int32_t destFi… in uregex_splitUText_android()
2310 int32_t uregex_start_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_start_android()
2313 int64_t uregex_start64_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_start64_android()
2316 void uregex_useAnchoringBounds_android(URegularExpression * regexp, UBool b, UErrorCode * status) { in uregex_useAnchoringBounds_android()
2319 void uregex_useTransparentBounds_android(URegularExpression * regexp, UBool b, UErrorCode * status)… in uregex_useTransparentBounds_android()