Lines Matching refs:region
215 const UChar* range, OnigRegion* region, OnigOptionType option)
217 Search string and return search result and matching region.
230 6 region: address for return group match range info (NULL is allowed)
235 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] of POSIX API.
239 OnigRegion* region, OnigOptionType option)
241 Match string and return result and matching region.
251 5 region: address for return group match range info (NULL is allowed)
256 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] type of POSIX API.
260 OnigRegion* region, OnigOptionType option,
264 Scan string and callback with matching region.
274 4 region: address for return group match range info (NULL is allowed)
282 Create a region.
285 # void onig_region_free(OnigRegion* region, int free_self)
287 Free memory used by region.
290 1 region: target region
291 2 free_self: [1: free all, 0: free memory used in region but not self]
296 Copy contents of region.
299 1 to: target region
300 2 from: source region
303 # void onig_region_clear(OnigRegion* region)
305 Clear contents of region.
308 1 region: target region
311 # int onig_region_resize(OnigRegion* region, int n)
313 Resize group range area of region.
318 1 region: target region
340 OnigRegion *region)
352 4 region: search/match result region.
413 # OnigCaptureTreeNode* onig_get_capture_tree(OnigRegion* region)
420 1 region: matching result.
423 # int onig_capture_tree_traverse(OnigRegion* region, int at,
432 1 region: match region data.