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

/external/chromium_org/third_party/icu/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.cpp852 int32_t punycodeLength=u_strToPunycode(label, labelLength,
863 punycodeLength=u_strToPunycode(label, labelLength,
/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.cpp850 int32_t punycodeLength=u_strToPunycode(label, labelLength,
861 punycodeLength=u_strToPunycode(label, labelLength,
/external/icu/icu4c/source/common/unicode/
H A Durename.h358 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) macro
/external/chromium_org/third_party/icu/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);
/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);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h366 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) macro

Completed in 586 milliseconds