OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IDNA
(Results
1 - 13
of
13
) 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java
14
import android.icu.text.
IDNA
;
34
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.DEFAULT, null);
35
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.ALLOW_UNASSIGNED, null);
36
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES, null);
37
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES|
IDNA
.ALLOW_UNASSIGNED, null);
45
doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],
IDNA
.DEFAULT, null);
46
doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],
IDNA
.ALLOW_UNASSIGNED, null);
47
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES, null);
48
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES|IDNA.ALLOW_UNASSIGNED, null);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java
13
import com.ibm.icu.text.
IDNA
;
30
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.DEFAULT, null);
31
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.ALLOW_UNASSIGNED, null);
32
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES, null);
33
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES|
IDNA
.ALLOW_UNASSIGNED, null);
41
doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],
IDNA
.DEFAULT, null);
42
doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],
IDNA
.ALLOW_UNASSIGNED, null);
43
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES, null);
44
doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),
IDNA
.USE_STD3_RULES|IDNA.ALLOW_UNASSIGNED, null);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java
19
* Abstract base class for
IDNA
processing.
23
* The
IDNA
class is not intended for public subclassing.
32
* The static
IDNA
API methods implement the
IDNA
protocol as defined in the
33
* <a href="http://www.ietf.org/rfc/rfc3490.txt">
IDNA
RFC</a>.
39
*
IDNA
requires that implementations process input strings with
43
* Implementations of
IDNA
MUST fully implement Nameprep and Punycode;
54
public abstract class
IDNA
{
78
*
IDNA
option to check for whether the input conforms to the BiDi rules.
85
*
IDNA
option to check for whether the input conforms to the CONTEXTJ rules
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java
18
* Abstract base class for
IDNA
processing.
22
* The
IDNA
class is not intended for public subclassing.
31
* The static
IDNA
API methods implement the
IDNA
protocol as defined in the
32
* <a href="http://www.ietf.org/rfc/rfc3490.txt">
IDNA
RFC</a>.
38
*
IDNA
requires that implementations process input strings with
42
* Implementations of
IDNA
MUST fully implement Nameprep and Punycode;
54
public abstract class
IDNA
{
79
*
IDNA
option to check for whether the input conforms to the BiDi rules.
87
*
IDNA
option to check for whether the input conforms to the CONTEXTJ rules
[
all
...]
/external/icu/icu4c/source/common/
uts46.cpp
19
#include "unicode/
idna
.h"
66
//
IDNA
class default implementations -------------------------------------- ***
68
IDNA
::~
IDNA
() {}
71
IDNA
::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
81
IDNA
::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
91
IDNA
::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
101
IDNA
::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
112
class UTS46 : public
IDNA
{
198
IDNA
*
201
IDNA *
idna
=new UTS46(options, errorCode);
local
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 214 milliseconds