Searched refs:ucnv_fromUChars (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Dures_cnv.c57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
H A Dustr_cnv.c239 int32_t len = ucnv_fromUChars(cnv,
/external/icu/icu4c/source/common/
H A Dures_cnv.c57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
H A Dustr_cnv.c239 int32_t len = ucnv_fromUChars(cnv,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Deurocreg.c149 targetSize = ucnv_fromUChars(myConv,
157 log_err("Failure Occured in ucnv_fromUChars euro roundtrip test\n");
H A Dcstrtest.c244 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");
H A Dccapitst.c861 /*testing ucnv_fromUChars() and ucnv_toUChars() */
876 log_verbose("\n---Testing ucnv_fromUChars()\n");
877 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
883 log_verbose(" ucnv_fromUChars() o.k.\n");
920 /*Testing ucnv_fromUChars and ucnv_toUChars with error conditions*/
922 log_verbose("\n---Testing ucnv_fromUChars() with err != U_ZERO_ERROR\n");
923 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
925 log_err("\nFAILURE: ucnv_fromUChars with err != U_ZERO_ERROR is expected to fail and return 0\n");
928 log_verbose("\n---Testing ucnv_fromUChars() with converter=NULL\n");
929 targetcapacity = ucnv_fromUChars(NUL
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Deurocreg.c149 targetSize = ucnv_fromUChars(myConv,
157 log_err("Failure Occured in ucnv_fromUChars euro roundtrip test\n");
H A Dcstrtest.c244 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");
/external/chromium_org/url/
H A Durl_canon_icu.cc132 int required_capacity = ucnv_fromUChars(converter_, dest, dest_capacity,
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.cc153 // ucnv_fromUChars returns required size not including terminating null.
154 *output_length = static_cast<uint32_t>(ucnv_fromUChars(
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp214 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/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp214 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/
H A Dicu_string_conversions.cc105 // ucnv_fromUChars returns size not including terminating null
106 int actual_size = ucnv_fromUChars(converter, &(*encoded)[0],
/external/chromium_org/third_party/icu/source/samples/ugrep/
H A Dugrep.cpp432 ucnv_fromUChars(outConverter,
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp169 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
/external/icu/icu4c/source/samples/ugrep/
H A Dugrep.cpp432 ucnv_fromUChars(outConverter,
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp169 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h1128 * @see ucnv_fromUChars
1196 * @see ucnv_fromUChars
1241 ucnv_fromUChars(UConverter *cnv,
1405 * Limitation compared to ucnv_fromUChars() and ucnv_toUChars():
1451 * @param target I/O parameter, same as for ucnv_fromUChars().
1462 * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for
1488 * @see ucnv_fromUChars
1551 * @see ucnv_fromUChars
1606 * @see ucnv_fromUChars
1658 * @see ucnv_fromUChars
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h1128 * @see ucnv_fromUChars
1196 * @see ucnv_fromUChars
1241 ucnv_fromUChars(UConverter *cnv,
1405 * Limitation compared to ucnv_fromUChars() and ucnv_toUChars():
1451 * @param target I/O parameter, same as for ucnv_fromUChars().
1462 * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for
1488 * @see ucnv_fromUChars
1551 * @see ucnv_fromUChars
1606 * @see ucnv_fromUChars
1658 * @see ucnv_fromUChars
[all...]
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp44 * ucnv_fromUChars(), like most ICU APIs understands length==-1
47 ucnv_fromUChars(cnv, out, sizeof(out), s, length, &errorCode);
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp44 * 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/
H A Dcollperf.cpp811 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 7054 milliseconds

12