/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.c | 179 u_strToPunycode(const UChar *src, int32_t srcLength,
|
uts46.cpp | 843 int32_t punycodeLength=u_strToPunycode(label, labelLength, [all...] |
/external/icu4c/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/icu4c/common/unicode/ |
urename.h | 357 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
testidna.cpp | [all...] |
/external/icu4c/test/intltest/ |
testidna.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 368 #define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) [all...] |