slocale           105 ext/intl/msgformat/msgformat_format.c 	const char *slocale = NULL;
slocale           112 ext/intl/msgformat/msgformat_format.c 		  &slocale, &slocale_len, &pattern, &pattern_len, &args ) == FAILURE )
slocale           137 ext/intl/msgformat/msgformat_format.c 		slocale = intl_locale_get_default();
slocale           149 ext/intl/msgformat/msgformat_format.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo));
slocale            96 ext/intl/msgformat/msgformat_parse.c 	const char *slocale = NULL;
slocale           105 ext/intl/msgformat/msgformat_parse.c 		  &slocale, &slocale_len, &pattern, &pattern_len, &source, &src_len ) == FAILURE )
slocale           130 ext/intl/msgformat/msgformat_parse.c 		slocale = intl_locale_get_default();
slocale           142 ext/intl/msgformat/msgformat_parse.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo));