/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 563 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 571 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 638 u_strFromUTF8(NULL,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 644 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API() 688 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_… in Test_UChar_UTF8_API() 689 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, … in Test_UChar_UTF8_API() 855 u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, src, 1, &err); in Test_UChar_UTF8_API() 893 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8() 902 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 4, &errorCode); in Test_FromUTF8() 911 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8() [all …]
|
D | nfsprep.c | 73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); in nfs4_prepare() 86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status); in nfs4_prepare()
|
D | cdateintervalformattest.c | 286 u_strFromUTF8(ubuf, kSizeUBuf, &ulen, locSkelItemPtr->skeleton, -1, &status); in TestFPos_SkelWithSeconds()
|
D | ucnvseltst.c | 470 u_strFromUTF8(utf16, UPRV_LENGTHOF(utf16), &length16, s, length8, &status); in TestSelector()
|
D | cmsccoll.c | 2692 u_strFromUTF8(utf16String[i], 256, &sizeUTF16[i], utf8String[i], sizeUTF8[i], &status); in TestHebrewUCA()
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_wsconf.cpp | 144 u_strFromUTF8(NULL, 0, &inputLen, confusablesWS, confusablesWSLen, &status); in buildWSConfusableData() 154 u_strFromUTF8(input, inputLen+1, NULL, confusablesWS, confusablesWSLen, &status); in buildWSConfusableData()
|
D | uspoof_conf.cpp | 214 u_strFromUTF8(NULL, 0, &inputLen, confusables, confusablesLen, &status); in build() 224 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmtest.cpp | 527 u_strFromUTF8(NULL, 0, &ulen, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile() 536 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile()
|
D | strcase.cpp | 438 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1305 u_strFromUTF8(UChar *dest,
|
D | urename.h | 355 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
|
/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 724 u_strFromUTF8(UChar *dest, in u_strFromUTF8() function
|