HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_close (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/icu4c/test/threadtest/
converttest.cpp 42 ucnv_close(fCnv);
65 ucnv_close(cnv1);
66 ucnv_close(cnv2);
73 if (fCnv) {ucnv_close(fCnv);}
  /external/icu4c/i18n/
csmatch.cpp 64 ucnv_close(conv);
  /external/icu4c/samples/cal/
uprint.c 74 ucnv_close(converter);
  /external/icu4c/samples/date/
uprint.c 75 ucnv_close(converter);
  /external/icu4c/test/testmap/
testmap.c 59 ucnv_close(c);
  /external/icu4c/samples/ucnv/
convsamp.cpp 185 You must call ucnv_close to clean up the memory used by the
218 ucnv_close(conv);
368 ucnv_close(conv);
470 ucnv_close(conv);
479 ucnv_close(conv);
511 You must call ucnv_close to clean up the memory used by the
542 ucnv_close(conv);
604 ucnv_close(conv);
641 ucnv_close(conv);
667 ucnv_close(conv)
    [all...]
  /external/icu4c/common/
ustr_cnv.c 54 ucnv_close(converter);
79 ucnv_close(converter);
101 ucnv_close(converter);
unistr_cnv.cpp 208 ucnv_close(converter);
360 ucnv_close(converter);
  /frameworks/av/media/libmedia/
MediaScannerClient.cpp 151 ucnv_close(conv);
195 ucnv_close(conv);
196 ucnv_close(utf8Conv);
  /external/icu4c/test/cintltst/
cctest.c 23 ucnv_close(u_getDefaultConverter(&err));
eurocreg.c 135 ucnv_close(myConv);
ccapitst.c 151 ucnv_close(ucnv_open(string, &err));
365 ucnv_close(converter);
371 ucnv_close(converter);
378 ucnv_close(converter);
409 ucnv_close(cnv);
488 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
506 ucnv_close(someConverters[0]);
507 ucnv_close(someConverters[1]);
508 ucnv_close(someConverters[2])
    [all...]
nucnvtst.c 483 ucnv_close(conv);
647 ucnv_close(conv);
    [all...]
ncnvtst.c     [all...]
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 31 ucnv_close(ucnv_createConverter(&tempConverter, converterName, &localStatus));
103 ucnv_close(ucnv_open("ibm-1208", &errorCode));
  /external/chromium/base/i18n/
icu_string_conversions.cc 108 ucnv_close(converter);
193 ucnv_close(converter);
258 ucnv_close(converter);
  /external/icu4c/io/
ufile.c 233 ucnv_close(file->fConverter);
286 ucnv_close(file->fConverter);
  /external/icu4c/samples/ugrep/
ugrep.cpp 153 ucnv_close(outConverter);
351 ucnv_close(conv);
  /external/icu4c/test/iotest/
stream.cpp 76 ucnv_close(defConv);
177 ucnv_close(defConv);
  /external/icu4c/extra/uconv/
uwmsg.c 84 ucnv_close(converter);
  /external/icu4c/common/unicode/
ucnv.h 360 * @see ucnv_close
390 * @see ucnv_close
456 * @see ucnv_close
494 * @see ucnv_close
508 * You must ucnv_close() the clone in any case.
563 ucnv_close(UConverter * converter);
571 * "Smart pointer" class, closes a UConverter via ucnv_close().
578 U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close);
    [all...]
  /external/icu4c/test/intltest/
idnaconf.cpp 124 ucnv_close(conv);
129 ucnv_close(conv);
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 135 ucnv_close(cnv);
282 ucnv_close(utf8Cnv);
  /external/icu4c/test/perf/convperf/
convperf.h 66 ucnv_close(conv);
112 ucnv_close(conv);
137 ucnv_close(ucnv_open(convNames[idx], status));
  /external/icu4c/tools/toolutil/
ucbuf.c 152 ucnv_close(*conv);
491 ucnv_close(buf->conv);
565 ucnv_close(buf->conv);

Completed in 360 milliseconds

1 2 3