HomeSort by relevance Sort by last modified time
    Searched full:idna (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/icu4c/common/unicode/
idna.h 6 * file name: idna.h
20 * \brief C++ API: Internationalizing Domain Names in Applications (IDNA)
37 * Abstract base class for IDNA processing.
41 * The IDNA class is not intended for public subclassing.
48 class U_COMMON_API IDNA : public UObject {
54 ~IDNA();
57 * Returns an IDNA instance which implements UTS #46.
62 * UTS #46 defines Unicode IDNA Compatibility Processing,
86 * @return the UTS #46 IDNA instance, if successful
89 static IDNA *
    [all...]
uidna.h 29 * \brief C API: Internationalizing Domain Names in Applications (IDNA)
31 * IDNA2008 is implemented according to UTS #46, see the IDNA C++ class in idna.h.
40 * IDNA option bit set values.
66 * IDNA option to check for whether the input conforms to the BiDi rules.
74 * IDNA option to check for whether the input conforms to the CONTEXTJ rules.
82 * IDNA option for nontransitional processing in ToASCII().
86 * (This is only relevant for compatibility of newer IDNA implementations with IDNA2003.)
91 * IDNA option for nontransitional processing in ToUnicode().
95 * (This is only relevant for compatibility of newer IDNA implementations with IDNA2003.
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
idna.h 6 * file name: idna.h
20 * \brief C++ API: Internationalizing Domain Names in Applications (IDNA)
37 * Abstract base class for IDNA processing.
41 * The IDNA class is not intended for public subclassing.
48 class U_COMMON_API IDNA : public UObject {
51 * Returns an IDNA instance which implements UTS #46.
56 * UTS #46 defines Unicode IDNA Compatibility Processing,
80 * @return the UTS #46 IDNA instance, if successful
83 static IDNA *
98 * @param info Output container of IDNA processing details
    [all...]
uidna.h 29 * \brief C API: Internationalizing Domain Names in Applications (IDNA)
31 * IDNA2008 is implemented according to UTS #46, see the IDNA C++ class in idna.h.
40 * IDNA option bit set values.
63 * IDNA option to check for whether the input conforms to the BiDi rules.
70 * IDNA option to check for whether the input conforms to the CONTEXTJ rules.
77 * IDNA option for nontransitional processing in ToASCII().
80 * (This is only relevant for compatibility of newer IDNA implementations with IDNA2003.)
85 * IDNA option for nontransitional processing in ToUnicode().
88 * (This is only relevant for compatibility of newer IDNA implementations with IDNA2003.
    [all...]
uconfig.h 141 * collation and IDNA.
171 * This switch turns off IDNA.
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 13 # Chromium: Drop all other stringprep files other than RFC 3491 for IDNA 2003. ICU 4.6
14 # supports UTS 46 (IDNA2003, transition, and IDNA 2008).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 1 # This module implements the RFCs 3490 (IDNA) and 3491 (Nameprep)
6 # IDNA section 3.1
9 # IDNA section 5
139 raise UnicodeError("IDNA does not round-trip", label, label2)
150 # IDNA is quite clear that implementations must be strict
176 # IDNA allows decoding to operate on Unicode strings, too.
200 # IDNA is quite clear that implementations must be strict
239 # IDNA allows decoding to operate on Unicode strings, too.
281 name='idna',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 1 # This module implements the RFCs 3490 (IDNA) and 3491 (Nameprep)
6 # IDNA section 3.1
9 # IDNA section 5
139 raise UnicodeError("IDNA does not round-trip", label, label2)
150 # IDNA is quite clear that implementations must be strict
176 # IDNA allows decoding to operate on Unicode strings, too.
200 # IDNA is quite clear that implementations must be strict
239 # IDNA allows decoding to operate on Unicode strings, too.
281 name='idna',
  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 19 #include "unicode/idna.h"
65 // IDNA class default implementations -------------------------------------- ***
68 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
78 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
88 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
98 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
107 UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(IDNA)
111 class UTS46 : public IDNA {
194 IDNA *
195 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode)
197 IDNA *idna=new UTS46(options, errorCode); local
    [all...]
common.vcxproj.filters 28 <Filter Include="idna">
290 <Filter>idna</Filter>
293 <Filter>idna</Filter>
296 <Filter>idna</Filter>
667 <Filter>idna</Filter>
877 <CustomBuild Include="unicode\idna.h">
878 <Filter>idna</Filter>
881 <Filter>idna</Filter>
  /external/icu4c/common/
uts46.cpp 19 #include "unicode/idna.h"
68 // IDNA class default implementations -------------------------------------- ***
70 IDNA::~IDNA() {}
73 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
83 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
93 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
103 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
114 class UTS46 : public IDNA {
200 IDNA *
203 IDNA *idna=new UTS46(options, errorCode); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.vcxproj.filters 46 <Filter Include="sprep &amp; idna">
277 <Filter>sprep &amp; idna</Filter>
280 <Filter>sprep &amp; idna</Filter>
283 <Filter>sprep &amp; idna</Filter>
286 <Filter>sprep &amp; idna</Filter>
396 <Filter>sprep &amp; idna</Filter>
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.h 31 * This function implements the ToASCII operation as defined in the IDNA draft.
71 * This function implements the ToUnicode operation as defined in the IDNA draft.
110 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft.
116 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
153 * Convenience function that implements the IDNToUnicode operation as defined in the IDNA draft.
156 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
intltest.vcxproj.filters 25 <Filter Include="idna">
317 <Filter>idna</Filter>
320 <Filter>idna</Filter>
323 <Filter>idna</Filter>
326 <Filter>idna</Filter>
329 <Filter>idna</Filter>
332 <Filter>idna</Filter>
335 <Filter>idna</Filter>
697 <Filter>idna</Filter>
700 <Filter>idna</Filter>
    [all...]
itmajor.cpp 148 case 10: name = "idna";
151 logln("TestSuite IDNA----"); logln();
  /external/icu4c/test/cintltst/
cintltst.vcxproj.filters 46 <Filter Include="sprep &amp; idna">
286 <Filter>sprep &amp; idna</Filter>
289 <Filter>sprep &amp; idna</Filter>
292 <Filter>sprep &amp; idna</Filter>
295 <Filter>sprep &amp; idna</Filter>
405 <Filter>sprep &amp; idna</Filter>
  /external/icu4c/test/intltest/
idnaref.h 31 * This function implements the ToASCII operation as defined in the IDNA draft.
70 * This function implements the ToUnicode operation as defined in the IDNA draft.
108 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft.
114 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
150 * Convenience function that implements the IDNToUnicode operation as defined in the IDNA draft.
153 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
intltest.vcxproj.filters 25 <Filter Include="idna">
323 <Filter>idna</Filter>
326 <Filter>idna</Filter>
329 <Filter>idna</Filter>
332 <Filter>idna</Filter>
335 <Filter>idna</Filter>
338 <Filter>idna</Filter>
341 <Filter>idna</Filter>
715 <Filter>idna</Filter>
718 <Filter>idna</Filter>
    [all...]
itmajor.cpp 148 case 10: name = "idna";
151 logln("TestSuite IDNA----"); logln();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /external/chromium_org/third_party/icu/source/test/hdrtst/
cxxfiles.txt 45 idna.h
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.8.in 93 Contains the list of code points that are prohibited for IDNA.
  /external/icu4c/test/hdrtst/
cxxfiles.txt 52 idna.h
  /external/icu4c/tools/gensprep/
gensprep.8.in 93 Contains the list of code points that are prohibited for IDNA.

Completed in 443 milliseconds

1 2 3 4