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

12

/external/chromium/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.c216 int32_t len = ucnv_fromUChars(cnv,
/external/icu4c/common/
H A Dures_cnv.c57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
H A Dustr_cnv.c216 int32_t len = ucnv_fromUChars(cnv,
/external/chromium/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.c242 length=ucnv_fromUChars(cnv, cs, sizeof(cs), invariantUChars, -1, &errorCode);
244 log_err("ucnv_fromUChars(invariantUChars) failed - %s\n", u_errorName(errorCode));
246 log_err("ucnv_fromUChars(invariantUChars) failed\n");
H A Dccapitst.c896 /*testing ucnv_fromUChars() and ucnv_toUChars() */
911 log_verbose("\n---Testing ucnv_fromUChars()\n");
912 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
918 log_verbose(" ucnv_fromUChars() o.k.\n");
955 /*Testing ucnv_fromUChars and ucnv_toUChars with error conditions*/
957 log_verbose("\n---Testing ucnv_fromUChars() with err != U_ZERO_ERROR\n");
958 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
960 log_err("\nFAILURE: ucnv_fromUChars with err != U_ZERO_ERROR is expected to fail and return 0\n");
963 log_verbose("\n---Testing ucnv_fromUChars() with converter=NULL\n");
964 targetcapacity = ucnv_fromUChars(NUL
[all...]
/external/icu4c/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.c902 /*testing ucnv_fromUChars() and ucnv_toUChars() */
917 log_verbose("\n---Testing ucnv_fromUChars()\n");
918 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
924 log_verbose(" ucnv_fromUChars() o.k.\n");
961 /*Testing ucnv_fromUChars and ucnv_toUChars with error conditions*/
963 log_verbose("\n---Testing ucnv_fromUChars() with err != U_ZERO_ERROR\n");
964 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
966 log_err("\nFAILURE: ucnv_fromUChars with err != U_ZERO_ERROR is expected to fail and return 0\n");
969 log_verbose("\n---Testing ucnv_fromUChars() with converter=NULL\n");
970 targetcapacity = ucnv_fromUChars(NUL
[all...]
/external/chromium/googleurl/src/
H A Durl_canon_icu.cc120 int required_capacity = ucnv_fromUChars(converter_, dest, dest_capacity,
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp219 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
667 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status);
822 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status);
/external/chromium/base/i18n/
H A Dicu_string_conversions.cc111 // ucnv_fromUChars returns size not including terminating null
112 int actual_size = ucnv_fromUChars(converter, &(*encoded)[0],
/external/icu4c/samples/ugrep/
H A Dugrep.cpp432 ucnv_fromUChars(outConverter,
/external/icu4c/test/iotest/
H A Dstream.cpp175 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
/external/chromium/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp433 int sizeNeeded = ucnv_fromUChars(cvrtr,
445 sizeNeeded = ucnv_fromUChars(cvrtr,
/external/chromium/third_party/icu/public/common/unicode/
H A Ducnv.h1064 * @see ucnv_fromUChars
1132 * @see ucnv_fromUChars
1177 ucnv_fromUChars(UConverter *cnv,
1341 * Limitation compared to ucnv_fromUChars() and ucnv_toUChars():
1387 * @param target I/O parameter, same as for ucnv_fromUChars().
1398 * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for
1424 * @see ucnv_fromUChars
1487 * @see ucnv_fromUChars
1542 * @see ucnv_fromUChars
1594 * @see ucnv_fromUChars
[all...]
/external/icu4c/common/unicode/
H A Ducnv.h1084 * @see ucnv_fromUChars
1152 * @see ucnv_fromUChars
1197 ucnv_fromUChars(UConverter *cnv,
1361 * Limitation compared to ucnv_fromUChars() and ucnv_toUChars():
1407 * @param target I/O parameter, same as for ucnv_fromUChars().
1418 * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for
1444 * @see ucnv_fromUChars
1507 * @see ucnv_fromUChars
1562 * @see ucnv_fromUChars
1614 * @see ucnv_fromUChars
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Ducnv.h964 * @see ucnv_fromUChars
1032 * @see ucnv_fromUChars
1077 ucnv_fromUChars(UConverter *cnv,
1234 * Limitation compared to ucnv_fromUChars() and ucnv_toUChars():
1277 * @param target I/O parameter, same as for ucnv_fromUChars().
1288 * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for
1314 * @see ucnv_fromUChars
1377 * @see ucnv_fromUChars
1432 * @see ucnv_fromUChars
1484 * @see ucnv_fromUChars
[all...]
/external/webkit/JavaScriptGlue/icu/unicode/
H A Ducnv.h964 * @see ucnv_fromUChars
1032 * @see ucnv_fromUChars
1077 ucnv_fromUChars(UConverter *cnv,
1234 * Limitation compared to ucnv_fromUChars() and ucnv_toUChars():
1277 * @param target I/O parameter, same as for ucnv_fromUChars().
1288 * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for
1314 * @see ucnv_fromUChars
1377 * @see ucnv_fromUChars
1432 * @see ucnv_fromUChars
1484 * @see ucnv_fromUChars
[all...]
/external/webkit/WebCore/icu/unicode/
H A Ducnv.h964 * @see ucnv_fromUChars
1032 * @see ucnv_fromUChars
1077 ucnv_fromUChars(UConverter *cnv,
1234 * Limitation compared to ucnv_fromUChars() and ucnv_toUChars():
1277 * @param target I/O parameter, same as for ucnv_fromUChars().
1288 * @param pivotSource I/O parameter, same as source in ucnv_fromUChars() for
1314 * @see ucnv_fromUChars
1377 * @see ucnv_fromUChars
1432 * @see ucnv_fromUChars
1484 * @see ucnv_fromUChars
[all...]
/external/icu4c/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/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp794 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/icu4c/test/perf/collperf/
H A Dcollperf.cpp794 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);

Completed in 227 milliseconds

12