Home
last modified time | relevance | path

Searched refs:region (Results 1 – 23 of 23) sorted by last modified time

/PHP-7.1/ext/mbstring/oniguruma/
H A Dtestc.c31 static OnigRegion* region; variable
104 region, ONIG_OPTION_NONE); in xx()
129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
166 region = onig_region_new(); in main()
858 onig_region_free(region, 1); in main()
H A Dtestu.c19 static OnigRegion* region; variable
150 region, ONIG_OPTION_NONE); in xx()
175 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
181 from, to, region->beg[mem], region->end[mem]); in xx()
210 region = onig_region_new(); in main()
906 onig_region_free(region, 1); in main()
H A Dregint.h745 OnigRegion* region; member
H A Dregtrav.c67 onig_capture_tree_traverse(OnigRegion* region, int at, in onig_capture_tree_traverse() argument
71 return capture_tree_traverse(region->history_root, at, in onig_capture_tree_traverse()
H A Dregexec.c164 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear()
183 if (region->beg == 0 || region->end == 0) in onig_region_resize()
189 region->beg = (int* )xrealloc(region->beg, n * sizeof(int)); in onig_region_resize()
190 region->end = (int* )xrealloc(region->end, n * sizeof(int)); in onig_region_resize()
192 if (region->beg == 0 || region->end == 0) in onig_region_resize()
1319 OnigRegion* region; in match_at() local
1331 region = msa->region; in match_at()
1332 if (region) { in match_at()
1371 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in match_at()
3084 if (region in onig_match()
[all …]
H A Dregparse.c854 const UChar* name_end, OnigRegion *region) in onig_name_to_backref_number() argument
866 if (IS_NOT_NULL(region)) { in onig_name_to_backref_number()
868 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()
887 const UChar* name_end, OnigRegion* region) in onig_name_to_backref_number() argument
H A Doniguruma.h741 …gUChar* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType op…
743 …t OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType op…
747 void onig_region_init P_((OnigRegion* region));
749 void onig_region_free P_((OnigRegion* region, int free_self));
753 void onig_region_clear P_((OnigRegion* region));
755 int onig_region_resize P_((OnigRegion* region, int n));
757 int onig_region_set P_((OnigRegion* region, int at, int beg, int end));
761 …f_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region));
771 OnigCaptureTreeNode* onig_get_capture_tree P_((OnigRegion* region));
773 int onig_capture_tree_traverse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,…
H A DHISTORY1166 return invalid capture region value if capture history
1475 2003/08/11: [bug] should clear region->list in regex_region_resize().
1830 2003/02/01: [tune] remove region argument from match_at().
1851 remove region member from POSIX regex_t.
1853 (region argument is treated as regmatch_t[] type)
1868 2003/01/16: [impl] add region member to POSIX regex_t struct.
1889 2003/01/08: [spec] region arg can be NULL in regex_search() and regex_match().
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A Dtestc.c31 static OnigRegion* region; variable
104 region, ONIG_OPTION_NONE); in xx()
129 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
135 from, to, region->beg[mem], region->end[mem]); in xx()
166 region = onig_region_new(); in main()
858 onig_region_free(region, 1); in main()
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI255 Create a region.
263 1 region: target region
269 Copy contents of region.
272 1 to: target region
273 2 from: source region
278 Clear contents of region.
281 1 region: target region
291 1 region: target region
325 4 region: search/match result region.
393 1 region: matching result.
[all …]
/PHP-7.1/ext/intl/tests/
H A Dtimezone_getRegion_error.phpt37 Warning: IntlTimeZone::getRegion(): intltz_get_region: Error obtaining region in %s on line %d
H A Dresourcebundle_internal.phpt7 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
H A Dlocale_parse_locale.phpt137 language : 'zh' , script : 'Hans' , region : 'CN' ,
140 language : 'sr' , script : 'Latn' , region : 'CS' ,
143 language : 'sl' ,%r( region : 'ROZAJ' ,)?%r
146 language : 'sl' ,%r( region : 'NEDIS' ,)?%r
158 language : 'de' , region : 'DE' ,
161 language : 'en' , region : 'US' ,
164 language : 'es' , region : '419' ,
182 language : 'sr' , script : 'Latn' , region : 'QM' ,
185 language : 'sr' , script : 'Qaaa' , region : 'CS' ,
188 language : 'en' , region : 'US' ,
[all …]
H A Dlocale_parse_locale2.phpt138 language : 'zh' , script : 'Hans' , region : 'CN' ,
141 language : 'sr' , script : 'Latn' , region : 'CS' ,
150 language : 'de' , region : 'CH' , variant0 : '1901' ,
153 language : 'sl' , region : 'IT' , variant0 : 'NEDIS' ,
159 language : 'de' , region : 'DE' ,
162 language : 'en' , region : 'US' ,
165 language : 'es' , region : '419' ,
183 language : 'sr' , script : 'Latn' , region : 'QM' ,
186 language : 'sr' , script : 'Qaaa' , region : 'CS' ,
189 language : 'en' , region : 'US' ,
[all …]
H A Dtimezone_IDforWindowsID_basic.phpt21 foreach ($regions as $region) {
22 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dtimezone_IDforWindowsID_basic2.phpt20 foreach ($regions as $region) {
21 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dlocale_get_region.phpt89 root: region=''
91 Hindi: region=''
92 de: region=''
93 fr: region=''
94 ja: region=''
96 zh-Hant: region=''
97 zh-Hans: region=''
98 sr-Cyrl: region=''
99 sr-Latn: region=''
112 zh-min: region=''
[all …]
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp408 ZEND_ARG_INFO(0, region)
449 ZEND_ARG_INFO(0, region)
H A Dtimezone_methods.cpp238 char *region = NULL; in PHP_FUNCTION() local
247 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
273 region, offsetp, uec); in PHP_FUNCTION()
697 zend_string *winID, *region = NULL, *id; in PHP_FUNCTION() local
701 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|S", &winID, &region) == FAILURE) { in PHP_FUNCTION()
713 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()
/PHP-7.1/ext/intl/
H A Dphp_intl.c451 ZEND_ARG_INFO( 0, region )
/PHP-7.1/ext/intl/doc/
H A Dlocale_api.php188 public static function getDisplayRegion($region, $in_locale = null) {} argument
371 function locale_get_display_region($region, $in_locale = null) {} argument
H A DTutorial.txt112 In short attribute names, <language>_<script>_<region>_<keyword>.

Completed in 121 milliseconds