Searched refs:labelToUnicodeUTF8 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | idna.h | 219 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 81 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8() function in IDNA 138 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, 260 UTS46::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8() function in UTS46 1435 reinterpret_cast<const IDNA *>(idna)->labelToUnicodeUTF8(src, sink, info, *pErrorCode); in uidna_labelToUnicodeUTF8()
|
/external/icu/icu4c/source/test/intltest/ |
D | uts46test.cpp | 151 nontrans->labelToUnicodeUTF8(StringPiece(NULL, 5), sink, info, errorCode); in TestAPI() 178 trans->labelToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode); in TestAPI()
|