Searched refs:u_strToPunycode (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
H A Dpunycode.h33 * u_strToPunycode() converts Unicode to Punycode.
67 u_strToPunycode(const UChar *src, int32_t srcLength,
99 * @see u_strToPunycode
H A Duidna.cpp336 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status);
349 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status);
H A Dpunycode.cpp182 u_strToPunycode(const UChar *src, int32_t srcLength, function
H A Duts46.cpp840 int32_t punycodeLength=u_strToPunycode(label, labelLength,
851 punycodeLength=u_strToPunycode(label, labelLength,
/external/icu/icu4c/source/common/unicode/
H A Durename.h362 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) macro
/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp885 int32_t destLen = u_strToPunycode(dest,destCapacity,start,labelLen,caseFlags, &status);
887 printf("u_strToPunycode failed for index %i\n",i);

Completed in 5203 milliseconds