Home
last modified time | relevance | path

Searched refs:ucnv_fromUChars (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4c/source/common/
Dures_cnv.cpp59 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status); in ures_openU()
Dustr_cnv.cpp242 int32_t len = ucnv_fromUChars(cnv, in u_austrcpy()
Ducnv.cpp489 length8 = ucnv_fromUChars(clone, chars, (int32_t)sizeof(chars), s, length, err); in ucnv_setSubstString()
1717 ucnv_fromUChars(UConverter *cnv, in ucnv_fromUChars() function
/external/icu/icu4c/source/test/cintltst/
Deurocreg.c151 targetSize = ucnv_fromUChars(myConv, in isEuroAware()
Dccapitst.c882 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
928 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
934 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
940 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err); in TestConvert()
945 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, 0, uchar1, -1, &err); in TestConvert()
3544 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString()
3559 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString()
3732 length = ucnv_fromUChars(cnv, bytes, (int32_t)sizeof(bytes), a16, 1, &errorCode); in TestUTFBOM()
Dcstrtest.c244 length=ucnv_fromUChars(cnv, cs, sizeof(cs), invariantUChars, -1, &errorCode); in TestInvariant()
Dbocu1tst.c896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode); in roundtripBOCU1()
Dnucnvtst.c2876 …numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)… in TestToAndFromUChars()
5432 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap, in TestJitterbug981()
5463 bytes_needed = ucnv_fromUChars(conv,target,256,src,u_strlen(src),&status); in TestJitterbug1293()
Dcustrtst.c1489 length=ucnv_fromUChars(cnv, bytes, sizeof(bytes), text, -1, &errorCode); in TestUCharIterator()
Dcmsccoll.c2629 …U16BELenS = ucnv_fromUChars(conv, U16BESource, CMSCOLL_ALEXIS2_BUFFER_SIZE, U16Source, U16LenS, &s… in Alexis2()
2630 …U16BELenT = ucnv_fromUChars(conv, U16BETarget, CMSCOLL_ALEXIS2_BUFFER_SIZE, U16Target, U16LenT, &s… in Alexis2()
/external/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp223 len = ucnv_fromUChars(conv, target, 100, source, -1, &status); in convsample_02()
671 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status); in convsample_20_didSubstitute()
824 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status); in convsample_21_didSubstitute()
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp438 int sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
450 sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
/external/icu/icu4c/source/samples/ugrep/
Dugrep.cpp439 ucnv_fromUChars(outConverter, in printMatch()
/external/icu/icu4c/source/test/iotest/
Dstream.cpp171ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_lengt… in TestStream()
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp714 …outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBu… in TestDefaultIgnorableCallback()
732 …outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBu… in TestDefaultIgnorableCallback()
1704 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
1720 resultLength=ucnv_fromUChars(cnv, in FromUnicodeCase()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc660 int32_t length = ucnv_fromUChars(cs, NULL, 0, name, -1, &error_code); in ConvertToNameBytes()
664 ucnv_fromUChars(cs, in ConvertToNameBytes()
/external/icu/libandroidicu/include/unicode/
Ducnv.h1249 ucnv_fromUChars(UConverter *cnv,
Durename.h632 #define ucnv_fromUChars U_ICU_ENTRY_POINT_RENAME(ucnv_fromUChars) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1249 ucnv_fromUChars(UConverter *cnv,
Durename.h632 #define ucnv_fromUChars U_ICU_ENTRY_POINT_RENAME(ucnv_fromUChars) macro
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp817 s = ucnv_fromUChars(conv,NULL, 0, icu_data->dataOf(i), icu_data->lengthOf(i), &status); in prepareData()
824 …t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &statu… in prepareData()
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp57 ucnv_fromUChars(cnv, out, sizeof(out), s, length, &errorCode); in printUString()
/external/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp190 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status); in uCharsToChars()
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h93 int32_t reqdLen = ucnv_fromUChars(conv, target, 0, in ICUFromUnicodePerfFunction()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1177 int sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()
1189 sizeNeeded = ucnv_fromUChars(cvrtr, in UnixConvert()

12