Searched refs:msgformat_fix_quotes (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/intl/msgformat/ |
H A D | msgformat_data.h | 41 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
|
H A D | msgformat_data.c | 81 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes() function
|
H A D | msgformat_attr.c | 72 if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) { in PHP_FUNCTION()
|
H A D | msgformat_parse.c | 118 if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) { in PHP_FUNCTION()
|
H A D | msgformat_format.c | 115 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 15 milliseconds