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

  /external/chromium_org/third_party/icu/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 852 int32_t punycodeLength=u_strToPunycode(label, labelLength,
    [all...]
  /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 850 int32_t punycodeLength=u_strToPunycode(label, labelLength,
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 358 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 366 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode)
    [all...]

Completed in 170 milliseconds