oldlocale          49 ext/intl/formatter/formatter_parse.c 	char *oldlocale;
oldlocale          78 ext/intl/formatter/formatter_parse.c 	oldlocale = estrdup(setlocale(LC_NUMERIC, NULL));
oldlocale         105 ext/intl/formatter/formatter_parse.c 	setlocale(LC_NUMERIC, oldlocale);
oldlocale         106 ext/intl/formatter/formatter_parse.c 	efree(oldlocale);