HomeSort by relevance Sort by last modified time
    Searched full:uconv (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu4c/extra/uconv/
README 3 The uconv command is an iconv(1)-like conversion / transcoding
4 program. Please check its manual page, or run uconv -h, for help.
10 uconv was originally written and contributed to icuapps by Jonas Utterstr?m
resfiles.mk 3 # to include in uconv.
uconv.vcxproj 87 <TypeLibraryName>.\x86\Release/uconv.tlb</TypeLibraryName>
97 <PrecompiledHeaderOutputFile>.\x86\Release/uconv.pch</PrecompiledHeaderOutputFile>
111 <OutputFile>.\x86\Release/uconv.exe</OutputFile>
114 <ProgramDatabaseFile>.\x86\Release/uconv.pdb</ProgramDatabaseFile>
128 <TypeLibraryName>.\x86\Debug/uconv.tlb</TypeLibraryName>
139 <PrecompiledHeaderOutputFile>.\x86\Debug/uconv.pch</PrecompiledHeaderOutputFile>
154 <OutputFile>.\x86\Debug/uconv.exe</OutputFile>
158 <ProgramDatabaseFile>.\x86\Debug/uconv.pdb</ProgramDatabaseFile>
173 <TypeLibraryName>.\x64\Release/uconv.tlb</TypeLibraryName>
183 <PrecompiledHeaderOutputFile>.\x64\Release/uconv.pch</PrecompiledHeaderOutputFile>
    [all...]
uconv.1.in 3 .\" uconv.1: manual page for the uconv utility.
9 .TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU @VERSION@ Manual"
11 .B uconv
14 .B uconv
82 .B uconv
99 .B uconv
106 .BR uconv ,
114 .B uconv
127 .B uconv
    [all...]
Makefile.in 7 ## Makefile.in for ICU - uconv
18 subdir = extra/uconv
33 TARGET_STUB_NAME = uconv
74 OBJECTS = uconv.o uwmsg.o
118 @echo "To test uconv, run this manually after installing ICU:"
uconv.vcxproj.filters 22 <ClCompile Include="uconv.cpp">
uconv.cpp 9 * uconv(1): an iconv(1)-like converter using ICU.
659 t = Transliterator::createFromRules("Uconv", str, UTRANS_FORWARD, parse, err);
    [all...]
  /external/icu4c/samples/
readme.txt 51 - The "uconv" utility is a full-featured command line application.
52 It is normally built with ICU, and is located in icu/source/extra/uconv
  /external/icu4c/extra/
Makefile.in 24 SUBDIRS = uconv
  /external/icu4c/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/libxml2/patches/
0001-Add-ICU-support-for-libxml.patch 69 + conv->uconv = ucnv_open(name, &status);
75 + ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP,
79 + ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP,
91 + if (conv->uconv)
92 + ucnv_close(conv->uconv);
101 + ucnv_close(conv->uconv);
229 + ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen,
234 + ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen,
440 + UConverter *uconv; /* for conversion between an encoding and UTF-16 */
  /external/icu4c/data/
makedata.vcxproj 148 <ProjectReference Include="..\extra\uconv\uconv.vcxproj">
  /external/libxml2/include/libxml/
encoding.h 133 UConverter *uconv; /* for conversion between an encoding and UTF-16 */ member in struct:_uconv_t
  /external/icu4c/allinone/
allinone.sln 45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uconv", "..\extra\uconv\uconv.vcxproj", "{DBA4088D-F6F9-4F8F-8820-082A4765C16C}"
  /external/icu4c/
config.status 274 config_files=" icudefs.mk Makefile data/icupkg.inc config/Makefile.inc data/Makefile stubdata/Makefile common/Makefile i18n/Makefile layout/Makefile layoutex/Makefile io/Makefile extra/Makefile extra/uconv/Makefile extra/scrptrun/Makefile tools/Makefile tools/ctestfw/Makefile tools/toolutil/Makefile tools/makeconv/Makefile tools/genrb/Makefile tools/genuca/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/genctd/Makefile tools/gennames/Makefile tools/gentest/Makefile tools/gennorm/Makefile tools/genprops/Makefile tools/gencase/Makefile tools/genbidi/Makefile tools/genpname/Makefile tools/genbrk/Makefile tools/gensprep/Makefile tools/icupkg/Makefile tools/icuswap/Makefile tools/pkgdata/Makefile tools/tzcode/Makefile test/Makefile test/compat/Makefile test/testdata/Makefile test/testdata/pkgdata.inc test/hdrtst/Makefile test/intltest/Makefile test/cintltst/Makefile test/iotest/Makefile test/letest/Makefile samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile common/unicode/platform.h"
402 "extra/uconv/Makefile" ) CONFIG_FILES="$CONFIG_FILES extra/uconv/Makefile" ;;
    [all...]
configure.in     [all...]
configure.in.orig     [all...]
config.log 713 config.status:782: creating extra/uconv/Makefile
configure     [all...]
configure.orig     [all...]
readme.html 458 <td>Non-supported API additions. Currently, it contains the 'uconv' tool
    [all...]
  /external/libxml2/
encoding.c 109 conv->uconv = ucnv_open(name, &status);
115 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP,
119 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP,
131 if (conv->uconv)
132 ucnv_close(conv->uconv);
141 ucnv_close(conv->uconv);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 293 * @param converterName Name of the uconv table, may have options appended
316 * @param name : name of the uconv table in a zero terminated
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 293 * @param converterName Name of the uconv table, may have options appended
316 * @param name : name of the uconv table in a zero terminated
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 293 * @param converterName Name of the uconv table, may have options appended
316 * @param name : name of the uconv table in a zero terminated
    [all...]

Completed in 476 milliseconds

1 2