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

  /external/icu4c/test/intltest/
idnaref.h 143 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
idnaref.cpp 678 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
1005 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
1017 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
1021 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1033 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);
testidna.cpp     [all...]

Completed in 63 milliseconds