Lines Matching refs:regexp
2136 int32_t uregex_appendReplacement_android(URegularExpression * regexp, const UChar * replacementText… in uregex_appendReplacement_android() argument
2137 …return uregex_appendReplacement(regexp, replacementText, replacementLength, destBuf, destCapacity,… in uregex_appendReplacement_android()
2139 void uregex_appendReplacementUText_android(URegularExpression * regexp, UText * replacementText, UT… in uregex_appendReplacementUText_android() argument
2140 uregex_appendReplacementUText(regexp, replacementText, dest, status); in uregex_appendReplacementUText_android()
2142 int32_t uregex_appendTail_android(URegularExpression * regexp, UChar ** destBuf, int32_t * destCapa… in uregex_appendTail_android() argument
2143 return uregex_appendTail(regexp, destBuf, destCapacity, status); in uregex_appendTail_android()
2145 UText * uregex_appendTailUText_android(URegularExpression * regexp, UText * dest, UErrorCode * stat… in uregex_appendTailUText_android() argument
2146 return uregex_appendTailUText(regexp, dest, status); in uregex_appendTailUText_android()
2148 URegularExpression * uregex_clone_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_clone_android() argument
2149 return uregex_clone(regexp, status); in uregex_clone_android()
2151 void uregex_close_android(URegularExpression * regexp) { in uregex_close_android() argument
2152 uregex_close(regexp); in uregex_close_android()
2154 int32_t uregex_end_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_end_android() argument
2155 return uregex_end(regexp, groupNum, status); in uregex_end_android()
2157 int64_t uregex_end64_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_end64_android() argument
2158 return uregex_end64(regexp, groupNum, status); in uregex_end64_android()
2160 UBool uregex_find_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status) { in uregex_find_android() argument
2161 return uregex_find(regexp, startIndex, status); in uregex_find_android()
2163 UBool uregex_find64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * status) { in uregex_find64_android() argument
2164 return uregex_find64(regexp, startIndex, status); in uregex_find64_android()
2166 UBool uregex_findNext_android(URegularExpression * regexp, UErrorCode * status) { in uregex_findNext_android() argument
2167 return uregex_findNext(regexp, status); in uregex_findNext_android()
2169 int32_t uregex_flags_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_flags_android() argument
2170 return uregex_flags(regexp, status); in uregex_flags_android()
2172 void uregex_getFindProgressCallback_android(const URegularExpression * regexp, URegexFindProgressCa… in uregex_getFindProgressCallback_android() argument
2173 uregex_getFindProgressCallback(regexp, callback, context, status); in uregex_getFindProgressCallback_android()
2175 void uregex_getMatchCallback_android(const URegularExpression * regexp, URegexMatchCallback ** call… in uregex_getMatchCallback_android() argument
2176 uregex_getMatchCallback(regexp, callback, context, status); in uregex_getMatchCallback_android()
2178 int32_t uregex_getStackLimit_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_getStackLimit_android() argument
2179 return uregex_getStackLimit(regexp, status); in uregex_getStackLimit_android()
2181 const UChar * uregex_getText_android(URegularExpression * regexp, int32_t * textLength, UErrorCode … in uregex_getText_android() argument
2182 return uregex_getText(regexp, textLength, status); in uregex_getText_android()
2184 int32_t uregex_getTimeLimit_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_getTimeLimit_android() argument
2185 return uregex_getTimeLimit(regexp, status); in uregex_getTimeLimit_android()
2187 UText * uregex_getUText_android(URegularExpression * regexp, UText * dest, UErrorCode * status) { in uregex_getUText_android() argument
2188 return uregex_getUText(regexp, dest, 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() argument
2191 return uregex_group(regexp, groupNum, dest, destCapacity, status); in uregex_group_android()
2193 int32_t uregex_groupCount_android(URegularExpression * regexp, UErrorCode * status) { in uregex_groupCount_android() argument
2194 return uregex_groupCount(regexp, status); in uregex_groupCount_android()
2196 int32_t uregex_groupNumberFromCName_android(URegularExpression * regexp, const char * groupName, in… in uregex_groupNumberFromCName_android() argument
2197 return uregex_groupNumberFromCName(regexp, groupName, nameLength, status); in uregex_groupNumberFromCName_android()
2199 int32_t uregex_groupNumberFromName_android(URegularExpression * regexp, const UChar * groupName, in… in uregex_groupNumberFromName_android() argument
2200 return uregex_groupNumberFromName(regexp, groupName, nameLength, status); in uregex_groupNumberFromName_android()
2202 UText * uregex_groupUText_android(URegularExpression * regexp, int32_t groupNum, UText * dest, int6… in uregex_groupUText_android() argument
2203 return uregex_groupUText(regexp, groupNum, dest, groupLength, status); in uregex_groupUText_android()
2205 UBool uregex_hasAnchoringBounds_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hasAnchoringBounds_android() argument
2206 return uregex_hasAnchoringBounds(regexp, status); in uregex_hasAnchoringBounds_android()
2208 UBool uregex_hasTransparentBounds_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hasTransparentBounds_android() argument
2209 return uregex_hasTransparentBounds(regexp, status); in uregex_hasTransparentBounds_android()
2211 UBool uregex_hitEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_hitEnd_android() argument
2212 return uregex_hitEnd(regexp, status); in uregex_hitEnd_android()
2214 UBool uregex_lookingAt_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status… in uregex_lookingAt_android() argument
2215 return uregex_lookingAt(regexp, startIndex, status); in uregex_lookingAt_android()
2217 UBool uregex_lookingAt64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * stat… in uregex_lookingAt64_android() argument
2218 return uregex_lookingAt64(regexp, startIndex, status); in uregex_lookingAt64_android()
2220 UBool uregex_matches_android(URegularExpression * regexp, int32_t startIndex, UErrorCode * status) { in uregex_matches_android() argument
2221 return uregex_matches(regexp, startIndex, status); in uregex_matches_android()
2223 UBool uregex_matches64_android(URegularExpression * regexp, int64_t startIndex, UErrorCode * status… in uregex_matches64_android() argument
2224 return uregex_matches64(regexp, startIndex, status); in uregex_matches64_android()
2235 const UChar * uregex_pattern_android(const URegularExpression * regexp, int32_t * patLength, UError… in uregex_pattern_android() argument
2236 return uregex_pattern(regexp, patLength, status); in uregex_pattern_android()
2238 UText * uregex_patternUText_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_patternUText_android() argument
2239 return uregex_patternUText(regexp, status); in uregex_patternUText_android()
2241 void uregex_refreshUText_android(URegularExpression * regexp, UText * text, UErrorCode * status) { in uregex_refreshUText_android() argument
2242 uregex_refreshUText(regexp, text, status); in uregex_refreshUText_android()
2244 int32_t uregex_regionEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionEnd_android() argument
2245 return uregex_regionEnd(regexp, status); in uregex_regionEnd_android()
2247 int64_t uregex_regionEnd64_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionEnd64_android() argument
2248 return uregex_regionEnd64(regexp, status); in uregex_regionEnd64_android()
2250 int32_t uregex_regionStart_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionStart_android() argument
2251 return uregex_regionStart(regexp, status); in uregex_regionStart_android()
2253 int64_t uregex_regionStart64_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_regionStart64_android() argument
2254 return uregex_regionStart64(regexp, status); in uregex_regionStart64_android()
2256 int32_t uregex_replaceAll_android(URegularExpression * regexp, const UChar * replacementText, int32… in uregex_replaceAll_android() argument
2257 …return uregex_replaceAll(regexp, replacementText, replacementLength, destBuf, destCapacity, status… in uregex_replaceAll_android()
2259 UText * uregex_replaceAllUText_android(URegularExpression * regexp, UText * replacement, UText * de… in uregex_replaceAllUText_android() argument
2260 return uregex_replaceAllUText(regexp, replacement, dest, status); in uregex_replaceAllUText_android()
2262 int32_t uregex_replaceFirst_android(URegularExpression * regexp, const UChar * replacementText, int… in uregex_replaceFirst_android() argument
2263 …return uregex_replaceFirst(regexp, replacementText, replacementLength, destBuf, destCapacity, stat… in uregex_replaceFirst_android()
2265 UText * uregex_replaceFirstUText_android(URegularExpression * regexp, UText * replacement, UText * … in uregex_replaceFirstUText_android() argument
2266 return uregex_replaceFirstUText(regexp, replacement, dest, status); in uregex_replaceFirstUText_android()
2268 UBool uregex_requireEnd_android(const URegularExpression * regexp, UErrorCode * status) { in uregex_requireEnd_android() argument
2269 return uregex_requireEnd(regexp, status); in uregex_requireEnd_android()
2271 void uregex_reset_android(URegularExpression * regexp, int32_t index, UErrorCode * status) { in uregex_reset_android() argument
2272 uregex_reset(regexp, index, status); in uregex_reset_android()
2274 void uregex_reset64_android(URegularExpression * regexp, int64_t index, UErrorCode * status) { in uregex_reset64_android() argument
2275 uregex_reset64(regexp, index, status); in uregex_reset64_android()
2277 void uregex_setFindProgressCallback_android(URegularExpression * regexp, URegexFindProgressCallback… in uregex_setFindProgressCallback_android() argument
2278 uregex_setFindProgressCallback(regexp, callback, context, status); in uregex_setFindProgressCallback_android()
2280 void uregex_setMatchCallback_android(URegularExpression * regexp, URegexMatchCallback * callback, c… in uregex_setMatchCallback_android() argument
2281 uregex_setMatchCallback(regexp, callback, context, status); in uregex_setMatchCallback_android()
2283 void uregex_setRegion_android(URegularExpression * regexp, int32_t regionStart, int32_t regionLimit… in uregex_setRegion_android() argument
2284 uregex_setRegion(regexp, regionStart, regionLimit, status); in uregex_setRegion_android()
2286 void uregex_setRegion64_android(URegularExpression * regexp, int64_t regionStart, int64_t regionLim… in uregex_setRegion64_android() argument
2287 uregex_setRegion64(regexp, regionStart, regionLimit, status); in uregex_setRegion64_android()
2289 void uregex_setRegionAndStart_android(URegularExpression * regexp, int64_t regionStart, int64_t reg… in uregex_setRegionAndStart_android() argument
2290 uregex_setRegionAndStart(regexp, regionStart, regionLimit, startIndex, status); in uregex_setRegionAndStart_android()
2292 void uregex_setStackLimit_android(URegularExpression * regexp, int32_t limit, UErrorCode * status) { in uregex_setStackLimit_android() argument
2293 uregex_setStackLimit(regexp, limit, status); in uregex_setStackLimit_android()
2295 void uregex_setText_android(URegularExpression * regexp, const UChar * text, int32_t textLength, UE… in uregex_setText_android() argument
2296 uregex_setText(regexp, text, textLength, status); in uregex_setText_android()
2298 void uregex_setTimeLimit_android(URegularExpression * regexp, int32_t limit, UErrorCode * status) { in uregex_setTimeLimit_android() argument
2299 uregex_setTimeLimit(regexp, limit, status); in uregex_setTimeLimit_android()
2301 void uregex_setUText_android(URegularExpression * regexp, UText * text, UErrorCode * status) { in uregex_setUText_android() argument
2302 uregex_setUText(regexp, text, status); in uregex_setUText_android()
2304 int32_t uregex_split_android(URegularExpression * regexp, UChar * destBuf, int32_t destCapacity, in… in uregex_split_android() argument
2305 …return uregex_split(regexp, destBuf, destCapacity, requiredCapacity, destFields, destFieldsCapacit… in uregex_split_android()
2307 int32_t uregex_splitUText_android(URegularExpression * regexp, UText * destFields[], int32_t destFi… in uregex_splitUText_android() argument
2308 return uregex_splitUText(regexp, destFields, destFieldsCapacity, status); in uregex_splitUText_android()
2310 int32_t uregex_start_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_start_android() argument
2311 return uregex_start(regexp, groupNum, status); in uregex_start_android()
2313 int64_t uregex_start64_android(URegularExpression * regexp, int32_t groupNum, UErrorCode * status) { in uregex_start64_android() argument
2314 return uregex_start64(regexp, groupNum, status); in uregex_start64_android()
2316 void uregex_useAnchoringBounds_android(URegularExpression * regexp, UBool b, UErrorCode * status) { in uregex_useAnchoringBounds_android() argument
2317 uregex_useAnchoringBounds(regexp, b, status); in uregex_useAnchoringBounds_android()
2319 void uregex_useTransparentBounds_android(URegularExpression * regexp, UBool b, UErrorCode * status)… in uregex_useTransparentBounds_android() argument
2320 uregex_useTransparentBounds(regexp, b, status); in uregex_useTransparentBounds_android()