dest_cnv          655 ext/intl/converter/converter.c static zend_string* php_converter_do_convert(UConverter *dest_cnv,
dest_cnv          664 ext/intl/converter/converter.c 	if (!src_cnv || !dest_cnv) {
dest_cnv          689 ext/intl/converter/converter.c 	ret_len = ucnv_fromUChars(dest_cnv, NULL, 0, temp, temp_len, &error);
dest_cnv          700 ext/intl/converter/converter.c 	ZSTR_LEN(ret) = ucnv_fromUChars(dest_cnv, ZSTR_VAL(ret), ret_len+1, temp, temp_len, &error);
dest_cnv          786 ext/intl/converter/converter.c 	UConverter *src_cnv = NULL, *dest_cnv = NULL;
dest_cnv          797 ext/intl/converter/converter.c 	    php_converter_set_encoding(NULL, &dest_cnv, dest, dest_len)) {
dest_cnv          814 ext/intl/converter/converter.c 				ucnv_setSubstChars(dest_cnv, Z_STRVAL_P(tmpzval), Z_STRLEN_P(tmpzval) & 0x7F, &error);
dest_cnv          819 ext/intl/converter/converter.c 			(ret = php_converter_do_convert(dest_cnv, src_cnv, str, str_len, NULL)) != NULL) {
dest_cnv          834 ext/intl/converter/converter.c 	if (dest_cnv) {
dest_cnv          835 ext/intl/converter/converter.c 		ucnv_close(dest_cnv);