Searched refs:idnaref_toASCII (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | idnaref.cpp | 257 idnaref_toASCII(const UChar* src, int32_t srcLength, in idnaref_toASCII() function 561 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status); in idnaref_toUnicode() 574 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Len, options, parseError, status); in idnaref_toUnicode() 740 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Capacity, in idnaref_IDNToASCII() 754 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Len, in idnaref_IDNToASCII() 790 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Capacity, in idnaref_IDNToASCII() 804 b1Len = idnaref_toASCII(labelStart, labelLen, b1, b1Len, in idnaref_IDNToASCII()
|
D | testidna.cpp | 1442 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1446 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1450 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1454 idnaref_toASCII, "idnaref_toASCII", in testCompareReferenceImpl() 1531 …etBuffer(),ascii.getBuffer(), "idnaref_toASCII", false, U_ZERO_ERROR, true, true, idnaref_toASCII); in TestIDNAMonkeyTest() 1580 testToASCII("idnaref_toASCII", idnaref_toASCII); in TestRefIDNA() 1587 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode); in TestRefIDNA() 1593 testChaining("idnaref_toASCII",idnaref_toASCII, "idnaref_toUnicode", idnaref_toUnicode); in TestRefIDNA()
|
D | idnaref.h | 64 idnaref_toASCII(const UChar* src, int32_t srcLength,
|