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

  /external/icu4c/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
74 OBJECTS = uconv.o uwmsg.o
118 @echo "To test uconv, run this manually after installing ICU:"
  /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/include/libxml/
encoding.h 133 UConverter *uconv; /* for conversion between an encoding and UTF-16 */ member in struct:_uconv_t
  /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/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 27 #include <uconv.h> // Unicode API (codepage conversion)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2608 milliseconds