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

  /external/icu/icu4c/source/common/
uidna.cpp 670 uidna_IDNToASCII( const UChar *src, int32_t srcLength,
878 b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
889 b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
893 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
904 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/icu/libandroidicu/include/unicode/
urename.h     [all...]

Completed in 227 milliseconds