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

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

Completed in 2123 milliseconds