Searched refs:msgformat_fix_quotes (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/intl/msgformat/ |
H A D | msgformat_data.h | 43 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
|
H A D | msgformat_data.c | 83 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes() function
|
H A D | msgformat_attr.c | 86 if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) { in PHP_FUNCTION()
|
H A D | msgformat_parse.c | 135 if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) { in PHP_FUNCTION()
|
H A D | msgformat_format.c | 132 if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) { in PHP_FUNCTION()
|
H A D | msgformat.c | 70 if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) { in msgfmt_ctor()
|
Completed in 7 milliseconds