UConverter         31 ext/intl/converter/converter.c 	UConverter *src, *dest;
UConverter        112 ext/intl/converter/converter.c static PHP_METHOD(UConverter, toUCallback) {
UConverter        134 ext/intl/converter/converter.c static PHP_METHOD(UConverter, fromUCallback) {
UConverter        369 ext/intl/converter/converter.c static inline zend_bool php_converter_set_callbacks(php_converter_object *objval, UConverter *cnv TSRMLS_DC) {
UConverter        400 ext/intl/converter/converter.c                                             UConverter **pcnv,
UConverter        404 ext/intl/converter/converter.c 	UConverter *cnv = ucnv_open(enc, &error);
UConverter        439 ext/intl/converter/converter.c static void php_converter_do_set_encoding(UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
UConverter        456 ext/intl/converter/converter.c static PHP_METHOD(UConverter, setSourceEncoding) {
UConverter        463 ext/intl/converter/converter.c static PHP_METHOD(UConverter, setDestinationEncoding) {
UConverter        472 ext/intl/converter/converter.c static void php_converter_do_get_encoding(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
UConverter        497 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getSourceEncoding) {
UConverter        504 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getDestinationEncoding) {
UConverter        513 ext/intl/converter/converter.c static void php_converter_do_get_type(php_converter_object *objval, UConverter *cnv, INTERNAL_FUNCTION_PARAMETERS) {
UConverter        537 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getSourceType) {
UConverter        544 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getDestinationType) {
UConverter        579 ext/intl/converter/converter.c static PHP_METHOD(UConverter, __construct) {
UConverter        607 ext/intl/converter/converter.c static PHP_METHOD(UConverter, setSubstChars) {
UConverter        651 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getSubstChars) {
UConverter        682 ext/intl/converter/converter.c static zend_bool php_converter_do_convert(UConverter *dest_cnv, char **pdest, int32_t *pdest_len,
UConverter        683 ext/intl/converter/converter.c                                           UConverter *src_cnv,  const char *src, int32_t src_len,
UConverter        749 ext/intl/converter/converter.c static PHP_METHOD(UConverter, reasonText) {
UConverter        779 ext/intl/converter/converter.c static PHP_METHOD(UConverter, convert) {
UConverter        813 ext/intl/converter/converter.c static PHP_METHOD(UConverter, transcode) {
UConverter        817 ext/intl/converter/converter.c 	UConverter *src_cnv = NULL, *dest_cnv = NULL;
UConverter        875 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getErrorCode) {
UConverter        891 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getErrorMessage) {
UConverter        912 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getAvailable) {
UConverter        935 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getAliases) {
UConverter        973 ext/intl/converter/converter.c static PHP_METHOD(UConverter, getStandards) {
UConverter        999 ext/intl/converter/converter.c 	PHP_ME(UConverter, __construct,            php_converter_arginfo,                   ZEND_ACC_PUBLIC | ZEND_ACC_CTOR)
UConverter       1002 ext/intl/converter/converter.c 	PHP_ME(UConverter, setSourceEncoding,      php_converter_set_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter       1003 ext/intl/converter/converter.c 	PHP_ME(UConverter, setDestinationEncoding, php_converter_set_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter       1004 ext/intl/converter/converter.c 	PHP_ME(UConverter, getSourceEncoding,      php_converter_get_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter       1005 ext/intl/converter/converter.c 	PHP_ME(UConverter, getDestinationEncoding, php_converter_get_encoding_arginfo,      ZEND_ACC_PUBLIC)
UConverter       1008 ext/intl/converter/converter.c 	PHP_ME(UConverter, getSourceType,          php_converter_get_type_arginfo,          ZEND_ACC_PUBLIC)
UConverter       1009 ext/intl/converter/converter.c 	PHP_ME(UConverter, getDestinationType,     php_converter_get_type_arginfo,          ZEND_ACC_PUBLIC)
UConverter       1012 ext/intl/converter/converter.c 	PHP_ME(UConverter, getSubstChars,          php_converter_getSubstChars_arginfo,     ZEND_ACC_PUBLIC)
UConverter       1013 ext/intl/converter/converter.c 	PHP_ME(UConverter, setSubstChars,          php_converter_setSubstChars_arginfo,     ZEND_ACC_PUBLIC)
UConverter       1016 ext/intl/converter/converter.c 	PHP_ME(UConverter, toUCallback,            php_converter_toUCallback_arginfo,       ZEND_ACC_PUBLIC)
UConverter       1017 ext/intl/converter/converter.c 	PHP_ME(UConverter, fromUCallback,          php_converter_fromUCallback_arginfo,     ZEND_ACC_PUBLIC)
UConverter       1020 ext/intl/converter/converter.c 	PHP_ME(UConverter, convert,                php_converter_convert_arginfo,           ZEND_ACC_PUBLIC)
UConverter       1021 ext/intl/converter/converter.c 	PHP_ME(UConverter, transcode,              php_converter_transcode_arginfo,         ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter       1024 ext/intl/converter/converter.c 	PHP_ME(UConverter, getErrorCode,           php_converter_geterrorcode_arginfo,      ZEND_ACC_PUBLIC)
UConverter       1025 ext/intl/converter/converter.c 	PHP_ME(UConverter, getErrorMessage,        php_converter_geterrormsg_arginfo,       ZEND_ACC_PUBLIC)
UConverter       1028 ext/intl/converter/converter.c 	PHP_ME(UConverter, reasonText,             php_converter_reasontext_arginfo,        ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter       1029 ext/intl/converter/converter.c 	PHP_ME(UConverter, getAvailable,           php_converter_getavailable_arginfo,      ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter       1030 ext/intl/converter/converter.c 	PHP_ME(UConverter, getAliases,             php_converter_getaliases_arginfo,        ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
UConverter       1031 ext/intl/converter/converter.c 	PHP_ME(UConverter, getStandards,           php_converter_getstandards_arginfo,      ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)