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 35 * u_strToPunycode() converts Unicode to Punycode.
69 u_strToPunycode(const UChar *src, int32_t srcLength,
101 * @see u_strToPunycode
uidna.cpp 338 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status);
351 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status);
punycode.cpp 184 u_strToPunycode(const UChar *src, int32_t srcLength,
uts46.cpp 859 int32_t punycodeLength=u_strToPunycode(label, labelLength,
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 364 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode)
    [all...]

Completed in 229 milliseconds