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

  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.cpp 676 idnaref_IDNToASCII( const UChar* src, int32_t srcLength,
1003 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
1015 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
1019 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1031 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);
  /external/icu/icu4c/source/test/intltest/
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);

Completed in 196 milliseconds