Home
last modified time | relevance | path

Searched refs:u_strFromUTF8 (Results 1 – 24 of 24) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c565 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
573 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
640 u_strFromUTF8(NULL,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
646 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
691 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_… in Test_UChar_UTF8_API()
692 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, … in Test_UChar_UTF8_API()
858 u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, src, 1, &err); in Test_UChar_UTF8_API()
896 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8()
905 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 4, &errorCode); in Test_FromUTF8()
914 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8()
[all …]
Dnfsprep.c75 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); in nfs4_prepare()
88 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status); in nfs4_prepare()
Dunumberformattertst.c356u_strFromUTF8(ubuffer, BUFFER_LEN, &outputlen, buffer, (int32_t)strlen(buffer), &status); in TestPerUnitInArabic()
Ducnvseltst.c473 u_strFromUTF8(utf16, UPRV_LENGTHOF(utf16), &length16, s, length8, &status); in TestSelector()
Dcmsccoll.c2690 u_strFromUTF8(utf16String[i], 256, &sizeUTF16[i], utf8String[i], sizeUTF8[i], &status); in TestHebrewUCA()
/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp236 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); in build()
246 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp550 u_strFromUTF8(NULL, 0, &ulen, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile()
559 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile()
Dstrcase.cpp514 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()
/external/icing/icing/util/
Di18n-utils.cc79 u_strFromUTF8(&utf16_result[0], utf16_result.length(), &result_length, in Utf8ToUtf16()
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt52 u_strFromUTF8
Dlibicu_export.txt92 u_strFromUTF8
/external/icu/libicu/
Dlibicu.map.txt91 u_strFromUTF8;
/external/icu/icu4c/source/common/
Dumapfile.cpp150u_strFromUTF8(reinterpret_cast<UChar*>(utf16Path), static_cast<int32_t>(UPRV_LENGTHOF(utf16Path)),… in uprv_mapFile()
Dustrtrns.cpp540 u_strFromUTF8(UChar *dest, in u_strFromUTF8() function
/external/icu/libicu/ndk_headers/unicode/
Dustring.h1169 u_strFromUTF8(UChar *dest,
Durename.h360 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp148 u_strFromUTF8(nullptr, 0, &utf16Units, utf8, utf8Bytes, &status); in Make()
151 u_strFromUTF8(utf16.get(), utf16Units, nullptr, utf8, utf8Bytes, &status); in Make()
/external/icu/icu4c/source/common/unicode/
Dustring.h1294 u_strFromUTF8(UChar *dest,
Durename.h360 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h1294 u_strFromUTF8(UChar *dest,
Durename.h360 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h1294 u_strFromUTF8(UChar *dest,
/external/icu/libicu/src/
Dshim.cpp93 #undef u_strFromUTF8
509 UChar * u_strFromUTF8(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char * src, … in u_strFromUTF8() function
510 …return U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8)(dest, destCapacity, pDestLength, src, srcLength, pE… in u_strFromUTF8()
/external/icu/libandroidicu/static_shim/
Dshim.cpp167 return u_strFromUTF8(dest, destCapacity, pDestLength, src, srcLength, pErrorCode); in u_strFromUTF8_android()