HomeSort by relevance Sort by last modified time
    Searched refs:uconv (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 3 # to include in uconv.
Makefile.in 7 ## Makefile.in for ICU - uconv
18 subdir = extra/uconv
33 TARGET_STUB_NAME = uconv
75 OBJECTS = uconv.o uwmsg.o
120 @echo "To test uconv, run this manually after installing ICU:"
  /external/icu/icu4c/source/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/include/libxml/
encoding.h 133 UConverter *uconv; /* for conversion between an encoding and UTF-16 */ member in struct:_uconv_t
  /external/icu/icu4c/packaging/rpm/
icu.spec 144 /usr/bin/uconv
160 /usr/man/man1/uconv.1.*
  /external/libxml2/
encoding.c 113 conv->uconv = ucnv_open(name, &status);
119 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP,
123 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP,
135 if (conv->uconv)
136 ucnv_close(conv->uconv);
145 ucnv_close(conv->uconv);
    [all...]
  /external/icu/icu4c/source/
configure     [all...]

Completed in 762 milliseconds