Home
last modified time | relevance | path

Searched refs:uconv (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/extra/uconv/
DREADME5 The uconv command is an iconv(1)-like conversion / transcoding
6 program. Please check its manual page, or run uconv -h, for help.
12 uconv was originally written and contributed to icuapps by Jonas Utterstr�m
DMakefile.in20 subdir = extra/uconv
35 TARGET_STUB_NAME = uconv
77 OBJECTS = uconv.o uwmsg.o
/external/icu/icu4c/source/extra/uconv/resources/
Dfr.txt1 // -*- Coding: utf-8; -*- [all uconv resource files]
7 // Root translation file for uconv messages.
29 // uconv errors
Droot.txt1 // -*- Coding: utf-8; -*- [all uconv resource files]
7 // Root translation file for uconv messages.
29 // uconv errors
/external/icu/icu4c/source/samples/
Dreadme.txt54 - The "uconv" utility is a full-featured command line application.
55 It is normally built with ICU, and is located in icu/source/extra/uconv
/external/icu/icu4c/source/extra/
DMakefile.in26 SUBDIRS = uconv
/external/icu/icu4c/source/test/perf/collationperf/
DMakefile.in61 …$(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keyge…
/external/libxml2/include/libxml/
Dencoding.h133 UConverter *uconv; /* for conversion between an encoding and UTF-16 */ member
/external/icu/icu4c/packaging/rpm/
Dicu.spec146 /usr/bin/uconv
162 /usr/man/man1/uconv.1.*
/external/libxml2/
Dencoding.c113 conv->uconv = ucnv_open(name, &status); in openIcuConverter()
119 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP, in openIcuConverter()
123 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP, in openIcuConverter()
135 if (conv->uconv) in openIcuConverter()
136 ucnv_close(conv->uconv); in openIcuConverter()
145 ucnv_close(conv->uconv); in closeIcuConverter()
1879 ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper()
1884 ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper()
/external/icu/icu4c/source/allinone/
Dallinone.sln44 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uconv", "..\extra\uconv\uconv.vcxproj", "{DBA4…
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle144 d uconv * UConverter *
/external/icu/icu4c/source/
DMakefile.in397 $(INSTALLED_INVOKE) $(bindir)/uconv$(EXEEXT) -V
Dconfigure.ac1343 extra/uconv/Makefile \
1344 extra/uconv/pkgdataMakefile \
Dconfigure8526 "extra/uconv/Makefile") CONFIG_FILES="$CONFIG_FILES extra/uconv/Makefile" ;;
8527 "extra/uconv/pkgdataMakefile") CONFIG_FILES="$CONFIG_FILES extra/uconv/pkgdataMakefile" ;;