OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:punycode
(Results
1 - 25
of
49
) sorted by null
1
2
/external/webkit/LayoutTests/fast/encoding/
idn-security-expected.txt
77
PASS testIDNRoundTrip(0xbc) is '
punycode
'
78
PASS testIDNRoundTripNotFirstCharacter(0xbc) is '
punycode
'
79
PASS testIDNRoundTrip(0xbd) is '
punycode
'
80
PASS testIDNRoundTripNotFirstCharacter(0xbd) is '
punycode
'
81
PASS testIDNRoundTrip(0xed) is '
punycode
'
82
PASS testIDNRoundTripNotFirstCharacter(0xed) is '
punycode
'
83
PASS testIDNRoundTrip(0x1c3) is '
punycode
'
84
PASS testIDNRoundTripNotFirstCharacter(0x1c3) is '
punycode
'
85
PASS testIDNRoundTrip(0x251) is '
punycode
'
86
PASS testIDNRoundTripNotFirstCharacter(0x251) is '
punycode
'
[
all
...]
idn-security.html
16
return "
punycode
";
26
return "
punycode
";
38
return "
punycode
";
49
return "
punycode
";
65
return "'
punycode
'";
97
shouldBe("testIDNRoundTrip(0x" + charCode.toString(16) + ")", "'
punycode
'");
98
shouldBe("testIDNRoundTripFirstCharacter(0x" + charCode.toString(16) + ")", "'
punycode
'");
/external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js
5
// in
punycode
as 'xn--bcher-kva.ch'
9
// the C++ end the bindings were passed the
punycode
equivalent of this
/external/icu4c/common/
punycode.h
8
* file name:
punycode
.h
19
punycode
.c 0.4.0 (2001-Nov-17-Sat)
33
* u_strToPunycode() converts Unicode to
Punycode
.
46
* @param dest Output
Punycode
array.
73
* u_strFromPunycode() converts
Punycode
to Unicode.
75
* than the
Punycode
string (in chars).
77
* @param src Input
Punycode
string.
83
* defined by the
Punycode
string.
punycode.c
8
* file name:
punycode
.c
20
punycode
.c 0.4.0 (2001-Nov-17-Sat)
52
#include "
punycode
.h"
56
/*
Punycode
----------------------------------------------------------------- */
58
/*
Punycode
parameters for Bootstring */
150
/*
Punycode
-specific Bootstring code ---------------------------------------- */
154
* that are not used with the
Punycode
parameter set.
326
/** RAM: comment out the old code for conformance with draft-ietf-idn-
punycode
-03.txt
464
/** RAM: comment out the old code for conformance with draft-ietf-idn-
punycode
-03.txt
510
/* not needed for
Punycode
: *
[
all
...]
uts46.cpp
24
#include "
punycode
.h"
360
// "??--..." is
Punycode
or forbidden.
465
// "??--..." is
Punycode
or forbidden.
691
// Label starts with "xn--", try to un-
Punycode
it.
724
// Deviation characters are ok in
Punycode
even in transitional processing.
763
// If the label was not a
Punycode
label, then it was the result of
765
// If the label was in
Punycode
, then we mapped it again above
769
// in a non-
Punycode
label or U+FFFD itself in a
Punycode
label.
826
// Leave a
Punycode
label unchanged if it has no severe errors
833
UnicodeString
punycode
;
local
[
all
...]
Android.mk
25
punycode
.c putil.c \
/external/icu4c/test/intltest/
punyref.h
10
punycode
.c from draft-ietf-idn-
punycode
-03
16
Punycode
(draft-ietf-idn-
punycode
-03).
60
/* punycode_encode() converts Unicode to
Punycode
. The input */
92
/* punycode_decode() converts
Punycode
to Unicode. The input is */
punyref.c
30
punycode
.c 0.4.0 (2001-Nov-17-Sat)
47
/*** Bootstring parameters for
Punycode
***/
151
/* (not needed for
Punycode
with unsigned code points) */
170
/* (not needed for
Punycode
) */
182
/*
Punycode
does not need to check whether input[j] is basic: */
282
/* not needed for
Punycode
: */