Lines Matching refs:UTS46
111 class UTS46 : public IDNA { class
113 UTS46(uint32_t options, UErrorCode &errorCode);
114 virtual ~UTS46();
197 IDNA *idna=new UTS46(options, errorCode); in createUTS46Instance()
212 UTS46::UTS46(uint32_t opt, UErrorCode &errorCode) in UTS46() function in UTS46
216 UTS46::~UTS46() {} in ~UTS46()
219 UTS46::labelToASCII(const UnicodeString &label, UnicodeString &dest, in labelToASCII()
225 UTS46::labelToUnicode(const UnicodeString &label, UnicodeString &dest, in labelToUnicode()
231 UTS46::nameToASCII(const UnicodeString &name, UnicodeString &dest, in nameToASCII()
244 UTS46::nameToUnicode(const UnicodeString &name, UnicodeString &dest, in nameToUnicode()
250 UTS46::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8()
256 UTS46::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8()
262 UTS46::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest, in nameToASCII_UTF8()
268 UTS46::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest, in nameToUnicodeUTF8()
296 UTS46::process(const UnicodeString &src, in process()
404 UTS46::processUTF8(const StringPiece &src, in processUTF8()
529 UTS46::processUnicode(const UnicodeString &src, in processUnicode()
592 UTS46::mapDevChars(UnicodeString &dest, int32_t labelStart, int32_t mappingStart, in mapDevChars()
680 UTS46::processLabel(UnicodeString &dest, in processLabel()
890 UTS46::markBadACELabel(UnicodeString &dest, in markBadACELabel()
955 UTS46::checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelBiDi()
1104 UTS46::isLabelOkContextJ(const UChar *label, int32_t labelLength) const { in isLabelOkContextJ()