Searched refs:idnaref_IDNToASCII (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | idnaref.h | 143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
|
D | idnaref.cpp | 678 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, in idnaref_IDNToASCII() function 1005 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status); in idnaref_compare() 1017 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status); in idnaref_compare() 1021 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status); in idnaref_compare() 1033 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status); in idnaref_compare()
|
D | testidna.cpp | 1570 testIDNToASCII("idnaref_IDNToASCII", idnaref_IDNToASCII); in TestRefIDNA() 1573 testErrorCases( "idnaref_IDNToASCII",idnaref_IDNToASCII, in TestRefIDNA() 1578 "idnaref_IDNToASCII", idnaref_IDNToASCII, in TestRefIDNA()
|