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

  /external/icu/icu4c/source/common/
uidna.cpp 668 uidna_IDNToASCII( const UChar *src, int32_t srcLength,
876 b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
887 b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
891 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
902 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 229 milliseconds