/PHP-7.2/ext/intl/tests/ |
H A D | locale_get_region.phpt | 89 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 …]
|
H A D | locale_parse_locale.phpt | 137 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 D | locale_parse_locale2.phpt | 138 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 D | timezone_IDforWindowsID_basic2.phpt | 20 foreach ($regions as $region) { 21 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
|
H A D | timezone_IDforWindowsID_basic.phpt | 21 foreach ($regions as $region) { 22 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
|
H A D | resourcebundle_internal.phpt | 7 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
|
H A D | timezone_createTimeZoneIDEnumeration_variant2.phpt | 2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
|
H A D | timezone_getRegion_error.phpt | 37 Warning: IntlTimeZone::getRegion(): intltz_get_region: Error obtaining region in %s on line %d
|
/PHP-7.2/ext/mbstring/oniguruma/doc/ |
H A D | API | 282 Create a region. 290 1 region: target region 296 Copy contents of region. 299 1 to: target region 300 2 from: source region 305 Clear contents of region. 308 1 region: target region 318 1 region: target region 352 4 region: search/match result region. 420 1 region: matching result. [all …]
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | regtrav.c | 67 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 D | regexec.c | 164 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear() 174 region->num_regs = n; in onig_region_resize() 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() 1379 region = msa->region; in match_at() 1380 if (region) { in match_at() 1419 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in match_at() 3108 if (region in onig_match() [all …]
|
H A D | oniguruma.h | 748 int onig_scan(regex_t* reg, const OnigUChar* str, const OnigUChar* end, OnigRegion* region, OnigOpt… 750 …gUChar* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType op… 752 …t OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType op… 756 void onig_region_init P_((OnigRegion* region)); 758 void onig_region_free P_((OnigRegion* region, int free_self)); 762 void onig_region_clear P_((OnigRegion* region)); 764 int onig_region_resize P_((OnigRegion* region, int n)); 766 int onig_region_set P_((OnigRegion* region, int at, int beg, int end)); 770 …f_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region)); 780 OnigCaptureTreeNode* onig_get_capture_tree P_((OnigRegion* region)); [all …]
|
H A D | regint.h | 719 OnigRegion* region; member
|
H A D | regparse.c | 898 const UChar* name_end, OnigRegion *region) in onig_name_to_backref_number() argument 910 if (IS_NOT_NULL(region)) { in onig_name_to_backref_number() 912 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number() 931 const UChar* name_end, OnigRegion* region) in onig_name_to_backref_number() argument
|
/PHP-7.2/ext/intl/doc/ |
H A D | locale_api.php | 188 public static function getDisplayRegion($region, $in_locale = null) {} argument 371 function locale_get_display_region($region, $in_locale = null) {} argument
|
H A D | Tutorial.txt | 112 In short attribute names, <language>_<script>_<region>_<keyword>.
|
/PHP-7.2/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 238 char *region = NULL; in PHP_FUNCTION() local 247 &zoneType, ®ion, ®ion_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, ®ion) == FAILURE) { in PHP_FUNCTION() 713 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()
|
H A D | timezone_class.cpp | 408 ZEND_ARG_INFO(0, region) 449 ZEND_ARG_INFO(0, region)
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 1254 return invalid capture region value if capture history 1563 2003/08/11: [bug] should clear region->list in regex_region_resize(). 1918 2003/02/01: [tune] remove region argument from match_at(). 1939 remove region member from POSIX regex_t. 1941 (region argument is treated as regmatch_t[] type) 1956 2003/01/16: [impl] add region member to POSIX regex_t struct. 1977 2003/01/08: [spec] region arg can be NULL in regex_search() and regex_match().
|
/PHP-7.2/ext/intl/ |
H A D | php_intl.c | 451 ZEND_ARG_INFO( 0, region )
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 4304 >0x10 lelong x \b, region start column: %d 4306 >>0x14 lelong x \b, region end column: %d 6009 # TODO: Release date, device information, region code, others? 6033 # TODO: Release date, device information, region code, others?
|
H A D | magic私はガラスを食べられます | 4304 >0x10 lelong x \b, region start column: %d 4306 >>0x14 lelong x \b, region end column: %d 6009 # TODO: Release date, device information, region code, others? 6033 # TODO: Release date, device information, region code, others?
|