/external/icu/icu4c/source/common/ |
ures_cnv.cpp | 59 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
|
ustr_cnv.cpp | 242 int32_t len = ucnv_fromUChars(cnv,
|
ucnv.cpp | 489 length8 = ucnv_fromUChars(clone, chars, (int32_t)sizeof(chars), s, length, err); 513 * per UChar, which means that ucnv_fromUChars() should catch all [all...] |
/external/icu/icu4c/source/test/cintltst/ |
eurocreg.c | 151 targetSize = ucnv_fromUChars(myConv, 159 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...] |
bocu1tst.c | 896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode); 898 log_err("ucnv_fromUChars(BOCU-1, text(%d)[%d]) failed: %s\n", number, length, u_errorName(errorCode));
|
custrtst.c | [all...] |
nucnvtst.c | [all...] |
cmsccoll.c | [all...] |
/external/icu/icu4c/source/samples/ucnv/ |
convsamp.cpp | 223 len = ucnv_fromUChars(conv, target, 100, source, -1, &status); 671 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status); 824 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status);
|
/external/icu/icu4c/source/samples/ugrep/ |
ugrep.cpp | 439 ucnv_fromUChars(outConverter,
|
/external/icu/icu4c/source/test/iotest/ |
stream.cpp | 171 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 438 int sizeNeeded = ucnv_fromUChars(cvrtr, 450 sizeNeeded = ucnv_fromUChars(cvrtr,
|
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | [all...] |
urename.h | [all...] |
/external/icu/libandroidicu/include/unicode/ |
ucnv.h | [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 54 * ucnv_fromUChars(), like most ICU APIs understands length==-1 57 ucnv_fromUChars(cnv, out, sizeof(out), s, length, &errorCode);
|
/external/icu/icu4c/source/test/intltest/ |
convtest.cpp | 714 outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBuffer(), -1, &status); 732 outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBuffer(), -1, &status); [all...] |
/external/icu/icu4c/source/test/perf/convperf/ |
convperf.h | 93 int32_t reqdLen = ucnv_fromUChars(conv, target, 0,
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 817 s = ucnv_fromUChars(conv,NULL, 0, icu_data->dataOf(i), icu_data->lengthOf(i), &status); 824 t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
|
/external/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/collationperf/ |
collperf.cpp | [all...] |
/external/icu/libandroidicu/static_shim/ |
shim.cpp | [all...] |