HomeSort by relevance Sort by last modified time
    Searched refs:IDNA (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/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 {
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...]
  /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).
  /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...]
urename.h     [all...]
  /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...]
  /external/icu/icu4c/source/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/WebKit/Source/core/html/forms/
EmailInputType.cpp 37 #include <unicode/idna.h>
72 // Leak |idna| at the end.
74 static icu::IDNA *idna = icu::IDNA::createUTS46Instance(idnaConversionOption, errorCode); local
75 ASSERT(idna);
77 idna->nameToASCII(idnDomainName, domainName, idnaInfo, errorCode);
  /external/chromium_org/third_party/icu/source/test/intltest/
uts46test.cpp 21 #include "unicode/idna.h"
41 IDNA *trans, *nontrans;
58 trans=IDNA::createUTS46Instance(
61 nontrans=IDNA::createUTS46Instance(
205 LocalPointer<IDNA> not3(IDNA::createUTS46Instance(UIDNA_CHECK_BIDI, errorCode));
    [all...]
uobjtest.cpp 269 #include "unicode/idna.h"
334 TESTCLASSID_NONE_FACTORY(IDNA, IDNA::createUTS46Instance(0, status));
  /external/icu/icu4c/source/test/intltest/
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...]
uobjtest.cpp 271 #include "unicode/idna.h"
344 TESTCLASSID_NONE_FACTORY(IDNA, IDNA::createUTS46Instance(0, status));
  /external/chromium_org/third_party/icu/source/test/testdata/
testdata.mak 87 @echo Making Test Resource Bundle file for IDNA reference implementation
  /external/icu/icu4c/source/test/testdata/
testdata.mak 88 @echo Making Test Resource Bundle file for IDNA reference implementation
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 261 milliseconds