/PHP-5.3/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 | resourcebundle_internal.phpt | 7 $b = new ResourceBundle('de_DE', 'ICUDATA-region');
|
/PHP-5.3/ext/mbstring/oniguruma/doc/ |
H A D | API | 238 Create a region. 246 1 region: target region 252 Copy contents of region. 255 1 to: target region 256 2 from: source region 261 Clear contents of region. 264 1 region: target region 274 1 region: target region 308 4 region: search/match result region. 376 1 region: matching result. [all …]
|
/PHP-5.3/ext/mbstring/oniguruma/ |
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 | 162 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear() 172 region->num_regs = n; in onig_region_resize() 181 if (region->beg == 0 || region->end == 0) in onig_region_resize() 187 region->beg = (int* )xrealloc(region->beg, n * sizeof(int)); in onig_region_resize() 188 region->end = (int* )xrealloc(region->end, n * sizeof(int)); in onig_region_resize() 190 if (region->beg == 0 || region->end == 0) in onig_region_resize() 1513 region = msa->region; in match_at() 1514 if (region) { in match_at() 1553 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in match_at() 3277 if (region in onig_match() [all …]
|
H A D | oniguruma.h | 819 …gUChar* end, const OnigUChar* start, const OnigUChar* range, OnigRegion* region, OnigOptionType op… 821 …t OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType op… 825 void onig_region_init P_((OnigRegion* region)); 827 void onig_region_free P_((OnigRegion* region, int free_self)); 831 void onig_region_clear P_((OnigRegion* region)); 833 int onig_region_resize P_((OnigRegion* region, int n)); 835 int onig_region_set P_((OnigRegion* region, int at, int beg, int end)); 839 …f_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region)); 849 OnigCaptureTreeNode* onig_get_capture_tree P_((OnigRegion* region)); 851 int onig_capture_tree_traverse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,…
|
H A D | HISTORY | 937 return invalid capture region value if capture history 1246 2003/08/11: [bug] should clear region->list in regex_region_resize(). 1601 2003/02/01: [tune] remove region argument from match_at(). 1622 remove region member from POSIX regex_t. 1624 (region argument is treated as regmatch_t[] type) 1639 2003/01/16: [impl] add region member to POSIX regex_t struct. 1660 2003/01/08: [spec] region arg can be NULL in regex_search() and regex_match().
|
H A D | regparse.c | 849 const UChar* name_end, OnigRegion *region) in onig_name_to_backref_number() argument 861 if (IS_NOT_NULL(region)) { in onig_name_to_backref_number() 863 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number() 882 const UChar* name_end, OnigRegion* region) in onig_name_to_backref_number() argument
|
/PHP-5.3/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>.
|