Searched refs:uconv (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/extra/uconv/ |
D | README | 5 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
|
D | Makefile.in | 20 subdir = extra/uconv 35 TARGET_STUB_NAME = uconv 77 OBJECTS = uconv.o uwmsg.o
|
/external/icu/icu4c/source/extra/uconv/resources/ |
D | fr.txt | 1 // -*- Coding: utf-8; -*- [all uconv resource files] 7 // Root translation file for uconv messages. 29 // uconv errors
|
D | root.txt | 1 // -*- Coding: utf-8; -*- [all uconv resource files] 7 // Root translation file for uconv messages. 29 // uconv errors
|
/external/icu/icu4c/source/samples/ |
D | readme.txt | 54 - 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/ |
D | Makefile.in | 26 SUBDIRS = uconv
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | Makefile.in | 61 …$(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keyge…
|
/external/libxml2/include/libxml/ |
D | encoding.h | 133 UConverter *uconv; /* for conversion between an encoding and UTF-16 */ member
|
/external/icu/icu4c/packaging/rpm/ |
D | icu.spec | 146 /usr/bin/uconv 162 /usr/man/man1/uconv.1.*
|
/external/libxml2/ |
D | encoding.c | 113 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/ |
D | allinone.sln | 44 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uconv", "..\extra\uconv\uconv.vcxproj", "{DBA4…
|
/external/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 144 d uconv * UConverter *
|
/external/icu/icu4c/source/ |
D | Makefile.in | 397 $(INSTALLED_INVOKE) $(bindir)/uconv$(EXEEXT) -V
|
D | configure.ac | 1343 extra/uconv/Makefile \ 1344 extra/uconv/pkgdataMakefile \
|
D | configure | 8526 "extra/uconv/Makefile") CONFIG_FILES="$CONFIG_FILES extra/uconv/Makefile" ;; 8527 "extra/uconv/pkgdataMakefile") CONFIG_FILES="$CONFIG_FILES extra/uconv/pkgdataMakefile" ;;
|