Searched refs:IDN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i571 domain name in text format (a string or unicode string). IDN domain name have to be passed as a unicode string.
579 if isinstance(name, bytes): #probably IDN
593 domain name in text format (a string or unicode string). IDN domain name have to be passed as a unicode string.
617 if isinstance(name, bytes): #probably IDN
737 mx_list_idn = property(as_idn_mx_list, doc="Returns a list of tuples containing priority and IDN domain names. See :meth:`as_idn_mx_list`")
764 domain_list_idn = property(as_idn_domain_list, doc="Returns a list of IDN domain names. See :meth:`as_idn_domain_list`")
943 """Converts domain name in IDN format to canonic domain name
945 :param idnname: (unicode string) IDN name
951 """Converts canonic domain name in IDN format to unicode string
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp926 MachineDomTreeNode *IDN = N->getIDom(); local
927 if (IDN) {
928 MachineBasicBlock *IDB = IDN->getBlock();

Completed in 159 milliseconds