/external/icu4c/i18n/ |
D | uspoof.cpp | 344 u_strFromUTF8(text16, USPOOF_STACK_BUFFER_SIZE, &len16, text, length, status); in uspoof_checkUTF8() 355 u_strFromUTF8(text16, len16+1, NULL, text, length, status); in uspoof_checkUTF8() 518 u_strFromUTF8(dest, outBufCapacity, outputLength, in, inLength, status); in convertFromUTF8() 526 u_strFromUTF8(dest, *outputLength, NULL, in, inLength, status); in convertFromUTF8() 771 u_strFromUTF8(inBuf, USPOOF_STACK_BUFFER_SIZE, &lengthInUChars, in uspoof_getSkeletonUTF8() 780 u_strFromUTF8(inBuf, lengthInUChars+1, &lengthInUChars, in uspoof_getSkeletonUTF8()
|
D | uspoof_wsconf.cpp | 141 u_strFromUTF8(NULL, 0, &inputLen, confusablesWS, confusablesWSLen, &status); in buildWSConfusableData() 151 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() 223 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build()
|
/external/icu4c/test/cintltst/ |
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 | custrtrn.c | 565 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() 690 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(w… in Test_UChar_UTF8_API() 691 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err)… in Test_UChar_UTF8_API() 882 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8() 891 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 4, &errorCode); in Test_FromUTF8() 900 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8() 910 … destPointer=u_strFromUTF8(dest, LENGTHOF(dest), &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8() [all …]
|
D | ucnvseltst.c | 472 u_strFromUTF8(utf16, LENGTHOF(utf16), &length16, s, length8, &status); in TestSelector()
|
D | cmsccoll.c | 3940 u_strFromUTF8(utf16String[i], 256, &sizeUTF16[i], utf8String[i], sizeUTF8[i], &status); in TestHebrewUCA()
|
/external/icu4c/test/intltest/ |
D | dcfmtest.cpp | 494 u_strFromUTF8(NULL, 0, &ulen, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile() 503 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile()
|
D | strcase.cpp | 443 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | ustring.h | 1259 u_strFromUTF8(UChar *dest,
|
D | urename.h | 256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ustring.h | 1259 u_strFromUTF8(UChar *dest,
|
D | urename.h | 256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ustring.h | 1259 u_strFromUTF8(UChar *dest,
|
D | urename.h | 256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | ustring.h | 1259 u_strFromUTF8(UChar *dest,
|
D | urename.h | 256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
|
/external/icu4c/common/unicode/ |
D | ustring.h | 1298 u_strFromUTF8(UChar *dest,
|
D | urename.h | 361 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
|
/external/icu4c/common/ |
D | ustrtrns.c | 718 u_strFromUTF8(UChar *dest, in u_strFromUTF8() function
|