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

1 2

  /external/chromium_org/third_party/icu/source/common/
ures_cnv.c 57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
ustr_cnv.c 239 int32_t len = ucnv_fromUChars(cnv,
  /external/icu/icu4c/source/common/
ures_cnv.c 57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
ustr_cnv.c 239 int32_t len = ucnv_fromUChars(cnv,
  /external/chromium_org/third_party/icu/source/test/cintltst/
eurocreg.c 149 targetSize = ucnv_fromUChars(myConv,
157 log_err("Failure Occured in ucnv_fromUChars euro roundtrip test\n");
cstrtest.c 244 length=ucnv_fromUChars(cnv, cs, sizeof(cs), invariantUChars, -1, &errorCode);
246 log_err("ucnv_fromUChars(invariantUChars) failed - %s\n", u_errorName(errorCode));
248 log_err("ucnv_fromUChars(invariantUChars) failed\n");
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
eurocreg.c 149 targetSize = ucnv_fromUChars(myConv,
157 log_err("Failure Occured in ucnv_fromUChars euro roundtrip test\n");
cstrtest.c 244 length=ucnv_fromUChars(cnv, cs, sizeof(cs), invariantUChars, -1, &errorCode);
246 log_err("ucnv_fromUChars(invariantUChars) failed - %s\n", u_errorName(errorCode));
248 log_err("ucnv_fromUChars(invariantUChars) failed\n");
ccapitst.c     [all...]
  /external/chromium_org/url/
url_canon_icu.cc 132 int required_capacity = ucnv_fromUChars(converter_, dest, dest_capacity,
  /external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.cc 153 // ucnv_fromUChars returns required size not including terminating null.
154 *output_length = static_cast<uint32_t>(ucnv_fromUChars(
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 214 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
662 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status);
816 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status);
  /external/chromium_org/base/i18n/
icu_string_conversions.cc 105 // ucnv_fromUChars returns size not including terminating null
106 int actual_size = ucnv_fromUChars(converter, &(*encoded)[0],
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 176 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 432 ucnv_fromUChars(outConverter,
  /external/icu/icu4c/source/test/iotest/
stream.cpp 169 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h     [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv.h     [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 44 * ucnv_fromUChars(), like most ICU APIs understands length==-1
47 ucnv_fromUChars(cnv, out, sizeof(out), s, length, &errorCode);
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 794 s = ucnv_fromUChars(conv,NULL, 0, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
801 t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
name_table.cc 660 int32_t length = ucnv_fromUChars(cs, NULL, 0, name, -1, &error_code);
664 ucnv_fromUChars(cs,
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 811 s = ucnv_fromUChars(conv,NULL, 0, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
818 t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &status);

Completed in 250 milliseconds

1 2