HomeSort by relevance Sort by last modified time
    Searched refs:UConverter (Results 126 - 150 of 199) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/third_party/icu/source/io/unicode/
ustdio.h 438 U_STABLE UConverter* U_EXPORT2 u_fgetConverter(UFILE *f);
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 70 UConverter *defConv;
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.cpp 241 UConverter* conv;
  /external/chromium_org/third_party/icu/source/tools/genctd/
genctd.cpp 253 UConverter* conv;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
name_table.cc 632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) {
634 UConverter* conv = ucnv_open(GetEncodingName(platform_id, encoding_id),
653 UConverter* cs = GetCharset(platform_id, encoding_id);
682 UConverter* cs = GetCharset(platform_id, encoding_id);
  /external/icu4c/common/
ucnvbocu.cpp 257 * The UConverter fields are used as follows:
392 UConverter *cnv;
412 /* get the converter state from UConverter */
626 /* set the converter state back into UConverter */
646 UConverter *cnv;
660 /* get the converter state from UConverter */
847 /* set the converter state back into UConverter */
941 UConverter *cnv;
962 /* get the converter state from UConverter */
    [all...]
ucnvmbcs.h 485 * It does not handle the EBCDIC swaplfnl option (set in UConverter).
500 * It does not handle the EBCDIC swaplfnl option (set in UConverter).
531 * It does not handle the EBCDIC swaplfnl option (set in UConverter).
551 * It does not handle the EBCDIC swaplfnl option (set in UConverter).
565 ucnv_MBCSGetType(const UConverter* converter);
  /external/icu4c/io/
ufile.c 303 U_CAPI UConverter * U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
ufmt_cmn.c 227 UConverter *defConverter = u_getDefaultConverter(&status);
  /external/icu4c/io/unicode/
ustdio.h 439 U_STABLE UConverter* U_EXPORT2 u_fgetConverter(UFILE *f);
    [all...]
  /external/icu4c/samples/date/
date.c 50 UConverter *cnv = NULL;
  /external/icu4c/test/iotest/
stream.cpp 63 UConverter *defConv;
  /external/icu4c/tools/genbrk/
genbrk.cpp 241 UConverter* conv;
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 632 UConverter* NameTable::GetCharset(int32_t platform_id, int32_t encoding_id) {
634 UConverter* conv = ucnv_open(GetEncodingName(platform_id, encoding_id),
653 UConverter* cs = GetCharset(platform_id, encoding_id);
682 UConverter* cs = GetCharset(platform_id, encoding_id);
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 879 roundtripBOCU1(UConverter *bocu1, int32_t number, const UChar *text, int32_t length) {
981 UConverter *bocu1;
cstrtest.c 236 UConverter *cnv;
ncnvfbts.c 36 static UConverter *my_ucnv_open(const char *cnv, UErrorCode *err)
135 UConverter *conv = 0;
296 UConverter *conv = 0;
  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 26 UConverter* conv;
71 UConverter* conv;
  /external/icu4c/test/cintltst/
bocu1tst.c 880 roundtripBOCU1(UConverter *bocu1, int32_t number, const UChar *text, int32_t length) {
982 UConverter *bocu1;
cstrtest.c 236 UConverter *cnv;
  /external/icu4c/test/perf/convperf/
convperf.h 26 UConverter* conv;
71 UConverter* conv;
  /external/chromium_org/net/http/
http_content_disposition.cc 77 UConverter* converter(ucnv_open(charset.c_str(), &err));
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaconf.cpp 105 UConverter* conv = ucnv_open("utf-8", &status);
127 errln("UConverter error: %s", u_errorName(status));
  /external/icu4c/test/intltest/
idnaconf.cpp 105 UConverter* conv = ucnv_open("utf-8", &status);
127 errln("UConverter error: %s", u_errorName(status));
  /external/chromium_org/third_party/icu/source/common/
ucnv_u32.c     [all...]

Completed in 819 milliseconds

1 2 3 4 56 7 8