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

  /external/chromium_org/third_party/icu/source/common/
uidna.cpp 669 uidna_IDNToASCII( const UChar *src, int32_t srcLength,
877 b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
888 b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
892 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
903 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
  /external/icu/icu4c/source/common/
uidna.cpp 669 uidna_IDNToASCII( const UChar *src, int32_t srcLength,
877 b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
888 b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
892 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
903 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 235 milliseconds