Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof.cpp344 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()
Duspoof_wsconf.cpp141 u_strFromUTF8(NULL, 0, &inputLen, confusablesWS, confusablesWSLen, &status); in buildWSConfusableData()
151 u_strFromUTF8(input, inputLen+1, NULL, confusablesWS, confusablesWSLen, &status); in buildWSConfusableData()
Duspoof_conf.cpp214 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/
Dnfsprep.c73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); in nfs4_prepare()
86 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status); in nfs4_prepare()
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()
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 …]
Ducnvseltst.c472 u_strFromUTF8(utf16, LENGTHOF(utf16), &length16, s, length8, &status); in TestSelector()
Dcmsccoll.c3940 u_strFromUTF8(utf16String[i], 256, &sizeUTF16[i], utf8String[i], sizeUTF8[i], &status); in TestHebrewUCA()
/external/icu4c/test/intltest/
Ddcfmtest.cpp494 u_strFromUTF8(NULL, 0, &ulen, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile()
503 u_strFromUTF8(retPtr, ulen+1, NULL, fileBufNoBOM, amtReadNoBOM, &status); in ReadAndConvertFile()
Dstrcase.cpp443 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode); in TestCasingImpl()
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h1259 u_strFromUTF8(UChar *dest,
Durename.h256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h1259 u_strFromUTF8(UChar *dest,
Durename.h256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h1259 u_strFromUTF8(UChar *dest,
Durename.h256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h1259 u_strFromUTF8(UChar *dest,
Durename.h256 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
/external/icu4c/common/unicode/
Dustring.h1298 u_strFromUTF8(UChar *dest,
Durename.h361 #define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) macro
/external/icu4c/common/
Dustrtrns.c718 u_strFromUTF8(UChar *dest, in u_strFromUTF8() function