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

  /external/icu/icu4c/source/common/
punycode.h 33 * u_strToPunycode() converts Unicode to Punycode.
67 u_strToPunycode(const UChar *src, int32_t srcLength,
99 * @see u_strToPunycode
uidna.cpp 336 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status);
349 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status);
punycode.cpp 182 u_strToPunycode(const UChar *src, int32_t srcLength,
uts46.cpp 857 int32_t punycodeLength=u_strToPunycode(label, labelLength,
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 362 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode)
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp     [all...]

Completed in 146 milliseconds