Searched refs:locale_len (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_create.c | 31 int locale_len = 0; local 39 &locale, &locale_len ) == FAILURE ) 47 INTL_CHECK_LOCALE_LEN_OBJ(locale_len, return_value); 50 if(locale_len == 0) {
|
| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat.c | 74 int locale_len = 0; local 94 &locale, &locale_len, &date_type, &time_type, &timezone_str, &timezone_str_len, &calendar,&pattern_str, &pattern_str_len ) == FAILURE ) 101 INTL_CHECK_LOCALE_LEN_OBJ(locale_len, return_value); 144 if(locale_len == 0) {
|
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_main.c | 32 int locale_len = 0, pattern_len = 0; local 40 &locale, &locale_len, &style, &pattern, &pattern_len ) == FAILURE ) 48 INTL_CHECK_LOCALE_LEN_OBJ(locale_len, return_value); 58 if(locale_len == 0) {
|
| /PHP_5_3/ext/intl/ |
| H A D | intl_data.h | 90 #define INTL_CHECK_LOCALE_LEN(locale_len) \ 91 if((locale_len) > INTL_MAX_LOCALE_LEN) { \ 97 #define INTL_CHECK_LOCALE_LEN_OBJ(locale_len, object) \ 98 if((locale_len) > INTL_MAX_LOCALE_LEN) { \
|
| /PHP_5_3/ext/intl/msgformat/ |
| H A D | msgformat.c | 33 int locale_len = 0, pattern_len = 0; local 43 &locale, &locale_len, &pattern, &pattern_len ) == FAILURE ) 51 INTL_CHECK_LOCALE_LEN_OBJ(locale_len, return_value); 63 if(locale_len == 0) {
|
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle_class.c | 84 int locale_len = 0; local 95 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) 103 INTL_CHECK_LOCALE_LEN_OBJ(locale_len, return_value);
|
Completed in 8 milliseconds