Searched refs:idnaref_IDNToASCII (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | idnaref.h | 145 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
|
D | idnaref.cpp | 680 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, in idnaref_IDNToASCII() function 1007 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status); in idnaref_compare() 1019 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status); in idnaref_compare() 1023 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status); in idnaref_compare() 1035 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status); in idnaref_compare()
|
D | testidna.cpp | 1573 testIDNToASCII("idnaref_IDNToASCII", idnaref_IDNToASCII); in TestRefIDNA() 1576 testErrorCases( "idnaref_IDNToASCII",idnaref_IDNToASCII, in TestRefIDNA() 1581 "idnaref_IDNToASCII", idnaref_IDNToASCII, in TestRefIDNA()
|