Lines Matching refs:region
192 const UChar* range, OnigRegion* region, OnigOptionType option)
194 Search string and return search result and matching region.
207 6 region: address for return group match range info (NULL is allowed)
212 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] of POSIX API.
216 OnigRegion* region, OnigOptionType option)
218 Match string and return result and matching region.
228 5 region: address for return group match range info (NULL is allowed)
233 ONIG_OPTION_POSIX_REGION region argument is regmatch_t[] type of POSIX API.
238 Create a region.
241 # void onig_region_free(OnigRegion* region, int free_self)
243 Free memory used by region.
246 1 region: target region
247 2 free_self: [1: free all, 0: free memory used in region but not self]
252 Copy contents of region.
255 1 to: target region
256 2 from: source region
259 # void onig_region_clear(OnigRegion* region)
261 Clear contents of region.
264 1 region: target region
267 # int onig_region_resize(OnigRegion* region, int n)
269 Resize group range area of region.
274 1 region: target region
296 OnigRegion *region)
308 4 region: search/match result region.
369 # OnigCaptureTreeNode* onig_get_capture_tree(OnigRegion* region)
376 1 region: matching result.
379 # int onig_capture_tree_traverse(OnigRegion* region, int at,
388 1 region: match region data.