Home
last modified time | relevance | path

Searched refs:region (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/intl/tests/
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 …]
H A Dlocale_parse_locale2.phpt137 language : 'zh' , script : 'Hans' , region : 'CN' ,
140 language : 'sr' , script : 'Latn' , region : 'CS' ,
149 language : 'de' , region : 'CH' , variant0 : '1901' ,
152 language : 'sl' , region : 'IT' , variant0 : 'NEDIS' ,
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 Dtimezone_IDforWindowsID_basic2.phpt20 foreach ($regions as $region) {
21 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dtimezone_IDforWindowsID_basic.phpt21 foreach ($regions as $region) {
22 var_dump(IntlTimeZone::getIDForWindowsID($tz, $region));
H A Dresourcebundle_internal.phpt9 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
H A Dtimezone_getRegion_error.phpt35 Warning: IntlTimeZone::getRegion(): intltz_get_region: Error obtaining region in %s on line %d
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp239 char *region = NULL; in PHP_FUNCTION() local
248 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
274 region, offsetp, uec); in PHP_FUNCTION()
691 zend_string *winID, *region = NULL, *id; in PHP_FUNCTION() local
695 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|S", &winID, &region) == FAILURE) { in PHP_FUNCTION()
707 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()
H A Dtimezone_class.cpp411 ZEND_ARG_INFO(0, region)
452 ZEND_ARG_INFO(0, region)
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c44 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
45 onig_search(reg, str, end, start, range, region, option)
46 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
47 onig_match(re, str, end, at, region, option)
673 OnigRegion *region; member
688 gn = onig_name_to_backref_number(reg, name, name_end, args->region); in mb_regex_groups_iter()
689 beg = args->region->beg[gn]; in mb_regex_groups_iter()
690 end = args->region->end[gn]; in mb_regex_groups_iter()
872 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search() argument
883 err = onig_search_with_param(reg, str, end, start, range, region, option, mp); in _php_mb_onig_search()
H A Dmbstring.c70 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
71 onig_search(reg, str, end, start, range, region, option)
72 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
73 onig_match(re, str, end, at, region, option)
/PHP-7.4/ext/intl/
H A Dphp_intl.c454 ZEND_ARG_INFO( 0, region )
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5254 >>0x14 lelong x \b, region end column: %d
19583 # city/region like Preitenegg
19604 # region data used by the Garmin software
19605 >>9 string RGN region
27634 # region code 0~universal 1~US
27638 >>0x48 ubelong >1 (region %u)
28166 >0x30000 ulelong =0x69676572 \b; region
28179 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX
28181 # 2nd region entry often metadata id
28185 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX
[all …]
H A Dmagic5254 >>0x14 lelong x \b, region end column: %d
19583 # city/region like Preitenegg
19604 # region data used by the Garmin software
19605 >>9 string RGN region
27634 # region code 0~universal 1~US
27638 >>0x48 ubelong >1 (region %u)
28166 >0x30000 ulelong =0x69676572 \b; region
28179 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX
28181 # 2nd region entry often metadata id
28185 # 1 means region entry is required. if region not recognized, then REFUSE to load VHDX
[all …]

Completed in 198 milliseconds