UConverter         28 ext/intl/converter/converter.c 	UConverter *src, *dest;
UConverter        117 ext/intl/converter/converter.c static PHP_METHOD(UConverter, toUCallback) {
UConverter        139 ext/intl/converter/converter.c static PHP_METHOD(UConverter, fromUCallback) {
UConverter        344 ext/intl/converter/converter.c static inline zend_bool php_converter_set_callbacks(php_converter_object *objval, UConverter *cnv) {
UConverter        375 ext/intl/converter/converter.c                                             UConverter **pcnv,
UConverter        379 ext/intl/converter/converter.c 	UConverter *cnv = ucnv_open(enc, &error);
UConverter        414 ext/intl/converter/converter.c static void php_converter_do_set_encoding(UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
UConverter        431 ext/intl/converter/converter.c static PHP_METHOD(UConverter, setSourceEncoding) {
UConverter        438 ext/intl/converter/converter.c static PHP_METHOD(UConverter, setDestinationEncoding) {
UConverter        447 ext/intl/converter/converter.c static void php_converter_do_get_encoding(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
UConverter        472 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getSourceEncoding) {
UConverter        479 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getDestinationEncoding) {
UConverter        488 ext/intl/converter/converter.c static void php_converter_do_get_type(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
UConverter        512 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getSourceType) {
UConverter        519 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getDestinationType) {
UConverter        554 ext/intl/converter/converter.c static PHP_METHOD(UConverter, __construct) {
UConverter        579 ext/intl/converter/converter.c static PHP_METHOD(UConverter, setSubstChars) {
UConverter        624 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getSubstChars) {
UConverter        655 ext/intl/converter/converter.c static zend_string* php_converter_do_convert(UConverter *dest_cnv,
UConverter        656 ext/intl/converter/converter.c                                              UConverter *src_cnv,  const char *src, int32_t src_len,
UConverter        717 ext/intl/converter/converter.c static PHP_METHOD(UConverter, reasonText) {
UConverter        747 ext/intl/converter/converter.c static PHP_METHOD(UConverter, convert) {
UConverter        782 ext/intl/converter/converter.c static PHP_METHOD(UConverter, transcode) {
UConverter        786 ext/intl/converter/converter.c 	UConverter *src_cnv = NULL, *dest_cnv = NULL;
UConverter        843 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getErrorCode) {
UConverter        859 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getErrorMessage) {
UConverter        880 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getAvailable) {
UConverter        903 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getAliases) {
UConverter        941 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getStandards) {
UConverter        967 ext/intl/converter/converter.c 	PHP_ME(UConverter, __construct,            php_converter_arginfo,                   ZEND_ACC_PUBLIC | ZEND_ACC_CTOR)
UConverter        970 ext/intl/converter/converter.c 	PHP_ME(UConverter, setSourceEncoding,      php_converter_set_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter        971 ext/intl/converter/converter.c 	PHP_ME(UConverter, setDestinationEncoding, php_converter_set_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter        972 ext/intl/converter/converter.c 	PHP_ME(UConverter, getSourceEncoding,      php_converter_get_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter        973 ext/intl/converter/converter.c 	PHP_ME(UConverter, getDestinationEncoding, php_converter_get_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter        976 ext/intl/converter/converter.c 	PHP_ME(UConverter, getSourceType,          php_converter_get_type_arginfo,          ZEND_ACC_PUBLIC)
UConverter        977 ext/intl/converter/converter.c 	PHP_ME(UConverter, getDestinationType,     php_converter_get_type_arginfo,          ZEND_ACC_PUBLIC)
UConverter        980 ext/intl/converter/converter.c 	PHP_ME(UConverter, getSubstChars,          php_converter_getSubstChars_arginfo,     ZEND_ACC_PUBLIC)
UConverter        981 ext/intl/converter/converter.c 	PHP_ME(UConverter, setSubstChars,          php_converter_setSubstChars_arginfo,     ZEND_ACC_PUBLIC)
UConverter        984 ext/intl/converter/converter.c 	PHP_ME(UConverter, toUCallback,            php_converter_toUCallback_arginfo,       ZEND_ACC_PUBLIC)
UConverter        985 ext/intl/converter/converter.c 	PHP_ME(UConverter, fromUCallback,          php_converter_fromUCallback_arginfo,     ZEND_ACC_PUBLIC)
UConverter        988 ext/intl/converter/converter.c 	PHP_ME(UConverter, convert,                php_converter_convert_arginfo,           ZEND_ACC_PUBLIC)
UConverter        989 ext/intl/converter/converter.c 	PHP_ME(UConverter, transcode,              php_converter_transcode_arginfo,         ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter        992 ext/intl/converter/converter.c 	PHP_ME(UConverter, getErrorCode,           php_converter_geterrorcode_arginfo,      ZEND_ACC_PUBLIC)
UConverter        993 ext/intl/converter/converter.c 	PHP_ME(UConverter, getErrorMessage,        php_converter_geterrormsg_arginfo,       ZEND_ACC_PUBLIC)
UConverter        996 ext/intl/converter/converter.c 	PHP_ME(UConverter, reasonText,             php_converter_reasontext_arginfo,        ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter        997 ext/intl/converter/converter.c 	PHP_ME(UConverter, getAvailable,           php_converter_getavailable_arginfo,      ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter        998 ext/intl/converter/converter.c 	PHP_ME(UConverter, getAliases,             php_converter_getaliases_arginfo,        ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter        999 ext/intl/converter/converter.c 	PHP_ME(UConverter, getStandards,           php_converter_getstandards_arginfo,      ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)