HomeSort by relevance Sort by last modified time
    Searched defs:idna (Results 1 - 10 of 10) sorted by null

  /external/syzkaller/vendor/golang.org/x/net/idna/
trie.go 7 package idna package
punycode.go 7 package idna package
186 panic("idna: internal error in punycode encoding")
tables.go 3 package idna package
    [all...]
trieval.go 3 package idna package
5 // This file contains definitions for interpreting the trie value of the idna
10 // info holds information from the IDNA mapping table for a single rune. It is
61 // A category corresponds to a category defined in the IDNA mapping table.
idna.go 7 // Package idna implements IDNA2008 using the compatibility processing
14 // See http://unicode.org/cldr/utility/idna.jsp for a visualization of the
16 package idna package
170 // A Profile defines the configuration of an IDNA mapper.
289 return fmt.Sprintf("idna: invalid label %q", e.label)
296 return fmt.Sprintf("idna: disallowed rune %U", e)
414 // TODO: handle the NV8 defined in the Unicode idna data set to allow
  /external/icu/icu4c/source/common/
uts46.cpp 21 #include "unicode/idna.h"
68 // IDNA class default implementations -------------------------------------- ***
70 IDNA::~IDNA() {}
73 IDNA::labelToASCII_UTF8(StringPiece label, ByteSink &dest,
83 IDNA::labelToUnicodeUTF8(StringPiece label, ByteSink &dest,
93 IDNA::nameToASCII_UTF8(StringPiece name, ByteSink &dest,
103 IDNA::nameToUnicodeUTF8(StringPiece name, ByteSink &dest,
114 class UTS46 : public IDNA {
200 IDNA *
203 IDNA *idna=new UTS46(options, errorCode); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 4149 PyObject *idna = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 4067 PyObject *idna = NULL; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 4174 PyObject *idna = NULL; local
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 6201 PyObject *idna = NULL; local
    [all...]

Completed in 909 milliseconds