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

1 2

  /external/icu4c/common/unicode/
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...]
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...]
uconfig.h 287 * collation and IDNA.
297 /* IDNA (UTS #46) is implemented via normalization */
320 * This switch turns off IDNA.
docmain.h 192 * <td>idna.h</td>
  /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,
112 UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(IDNA)
116 class UTS46 : public IDNA {
205 IDNA *idna=new UTS46(options, errorCode); local
    [all...]
common.vcxproj.filters 28 <Filter Include="idna">
287 <Filter>idna</Filter>
290 <Filter>idna</Filter>
293 <Filter>idna</Filter>
701 <Filter>idna</Filter>
923 <CustomBuild Include="unicode\idna.h">
924 <Filter>idna</Filter>
927 <Filter>idna</Filter>
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uidna.h 28 * UIDNA API implements the IDNA protocol as defined in the IDNA RFC
35 * IDNA requires that implementations process input strings with Nameprep
39 * Implementations of IDNA MUST fully implement Nameprep and Punycode;
78 * This function implements the ToASCII operation as defined in the IDNA RFC.
124 * This function implements the ToUnicode operation as defined in the IDNA RFC.
174 * Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
180 * <b>Note:</b> IDNA RFC specifies that a conformant application should divide a domain name
223 * Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
226 * <b>Note:</b> IDNA RFC specifies that a conformant application should divide a domain nam
    [all...]
uconfig.h 96 * collation and IDNA.
126 * This switch turns off IDNA.
  /external/webkit/Source/WebKit/mac/icu/unicode/
uidna.h 28 * UIDNA API implements the IDNA protocol as defined in the IDNA RFC
35 * IDNA requires that implementations process input strings with Nameprep
39 * Implementations of IDNA MUST fully implement Nameprep and Punycode;
78 * This function implements the ToASCII operation as defined in the IDNA RFC.
124 * This function implements the ToUnicode operation as defined in the IDNA RFC.
174 * Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
180 * <b>Note:</b> IDNA RFC specifies that a conformant application should divide a domain name
223 * Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
226 * <b>Note:</b> IDNA RFC specifies that a conformant application should divide a domain nam
    [all...]
uconfig.h 96 * collation and IDNA.
126 * This switch turns off IDNA.
  /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>
idnatest.c 60 addTest(root, &TestToUnicode, "idna/TestToUnicode");
61 addTest(root, &TestToASCII, "idna/TestToASCII");
62 addTest(root, &TestIDNToUnicode, "idna/TestIDNToUnicode");
63 addTest(root, &TestIDNToASCII, "idna/TestIDNToASCII");
64 addTest(root, &TestCompare, "idna/TestCompare");
65 addTest(root, &TestJB4490, "idna/TestJB4490");
66 addTest(root, &TestJB4475, "idna/TestJB4475");
67 addTest(root, &TestLength, "idna/TestLength");
68 addTest(root, &TestJB5273, "idna/TestJB5273");
69 addTest(root, &TestUTS46, "idna/TestUTS46")
    [all...]
  /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">
320 <Filter>idna</Filter>
323 <Filter>idna</Filter>
326 <Filter>idna</Filter>
329 <Filter>idna</Filter>
332 <Filter>idna</Filter>
335 <Filter>idna</Filter>
338 <Filter>idna</Filter>
705 <Filter>idna</Filter>
708 <Filter>idna</Filter>
    [all...]
itmajor.cpp 148 case 10: name = "idna";
151 logln("TestSuite IDNA----"); logln();
nptrans.h 110 * Ascertain if the given code point is a label separator as specified by IDNA
uts46test.cpp 21 #include "unicode/idna.h"
41 IDNA *trans, *nontrans;
61 trans=IDNA::createUTS46Instance(commonOptions, errorCode);
62 nontrans=IDNA::createUTS46Instance(
206 LocalPointer<IDNA> not3(IDNA::createUTS46Instance(UIDNA_CHECK_BIDI, errorCode));
    [all...]
itutil.cpp 368 LocalUIDNAPointer idna(uidna_openUTS46(0, errorCode));
372 if(idna.isNull()) {
testidn.cpp 19 * in various IDNA conversion processes.
85 test.errcheckln(errorCode, "Failed to load IDNA data file. " + UnicodeString(u_errorName(errorCode)));
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uconfig.h 96 * collation and IDNA.
126 * This switch turns off IDNA.
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uconfig.h 96 * collation and IDNA.
126 * This switch turns off IDNA.
  /external/icu4c/test/hdrtst/
cxxfiles.txt 51 idna.h
  /external/icu4c/tools/gensprep/
gensprep.8.in 93 Contains the list of code points that are prohibited for IDNA.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
iri2uri.py 71 authority = authority.encode('idna')
  /external/icu4c/
APIChangeReport.html     [all...]

Completed in 1718 milliseconds

1 2