Lines Matching refs:ldaptool_charset
46 extern char *ldaptool_charset;
203 extern char *ldaptool_charset;
664 else if (*src == 0 || (ldaptool_charset == NULL)
665 || (!strcmp( ldaptool_charset, "" )))
672 if( !strcmp( ldaptool_charset, "0" )
679 free( ldaptool_charset );
681 ldaptool_charset = strdup(newcharset);
682 if (ldaptool_charset == NULL) {
689 if( strcmp( ldaptool_charset, "" ) && (!charsetset) )
696 outLen = (size_t) ucnv_convert( "utf-8", ldaptool_charset, NULL, 0, src,
713 resultLen = ucnv_convert( "utf-8", ldaptool_charset, utf8, (outLen + 1), src,