Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dpunycode.h67 u_strToPunycode(const UChar *src, int32_t srcLength,
Duidna.cpp336 b2Len = u_strToPunycode(b1,b1Len,b2,b2Capacity,caseFlags, status); in _internal_toASCII()
349 b2Len = u_strToPunycode(b1,b1Len,b2,b2Len,caseFlags, status); in _internal_toASCII()
Dpunycode.cpp182 u_strToPunycode(const UChar *src, int32_t srcLength, in u_strToPunycode() function
Duts46.cpp840 int32_t punycodeLength=u_strToPunycode(label, labelLength, in processLabel()
851 punycodeLength=u_strToPunycode(label, labelLength, in processLabel()
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp885 int32_t destLen = u_strToPunycode(dest,destCapacity,start,labelLen,caseFlags, &status);
/external/icu/icu4c/source/common/unicode/
Durename.h362 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) macro