Lines Matching refs:UTS46
112 class UTS46 : public IDNA { class
114 UTS46(uint32_t options, UErrorCode &errorCode);
115 virtual ~UTS46();
201 IDNA *idna=new UTS46(options, errorCode); in createUTS46Instance()
216 UTS46::UTS46(uint32_t opt, UErrorCode &errorCode) in UTS46() function in UTS46
220 UTS46::~UTS46() {} in ~UTS46()
223 UTS46::labelToASCII(const UnicodeString &label, UnicodeString &dest, in labelToASCII()
229 UTS46::labelToUnicode(const UnicodeString &label, UnicodeString &dest, in labelToUnicode()
235 UTS46::nameToASCII(const UnicodeString &name, UnicodeString &dest, in nameToASCII()
248 UTS46::nameToUnicode(const UnicodeString &name, UnicodeString &dest, in nameToUnicode()
254 UTS46::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, in labelToASCII_UTF8()
260 UTS46::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, in labelToUnicodeUTF8()
266 UTS46::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest, in nameToASCII_UTF8()
272 UTS46::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest, in nameToUnicodeUTF8()
300 UTS46::process(const UnicodeString &src, in process()
404 UTS46::processUTF8(const StringPiece &src, in processUTF8()
525 UTS46::processUnicode(const UnicodeString &src, in processUnicode()
588 UTS46::mapDevChars(UnicodeString &dest, int32_t labelStart, int32_t mappingStart, in mapDevChars()
676 UTS46::processLabel(UnicodeString &dest, in processLabel()
887 UTS46::markBadACELabel(UnicodeString &dest, in markBadACELabel()
952 UTS46::checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelBiDi()
1101 UTS46::isLabelOkContextJ(const UChar *label, int32_t labelLength) const { in isLabelOkContextJ()
1171 UTS46::checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelContextO()