HomeSort by relevance Sort by last modified time
    Searched refs:idnaref_IDNToASCII (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
idnaref.h 145 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
idnaref.cpp 680 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
1007 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
1019 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
1023 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1035 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);
testidna.cpp     [all...]

Completed in 54 milliseconds