Searched refs:idnaref_toASCII (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | idnaref.cpp | 244 idnaref_toASCII(const UChar* src, int32_t srcLength, in idnaref_toASCII() function 548 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status); in idnaref_toUnicode() 561 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Len, options, parseError, status); in idnaref_toUnicode() 727 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Capacity, in idnaref_IDNToASCII() 741 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Len, in idnaref_IDNToASCII() 777 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Capacity, in idnaref_IDNToASCII() 791 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Len, in idnaref_IDNToASCII()
|
D | testidna.cpp | 1426 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1430 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1434 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1438 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1515 …etBuffer(),ascii.getBuffer(), "idnaref_toASCII", FALSE, U_ZERO_ERROR, TRUE, TRUE, idnaref_toASCII); in TestIDNAMonkeyTest() 1568 testToASCII("idnaref_toASCII", idnaref_toASCII); in TestRefIDNA() 1575 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode); in TestRefIDNA() 1581 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode); in TestRefIDNA()
|
D | idnaref.h | 62 idnaref_toASCII(const UChar* src, int32_t srcLength,
|