OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringprep
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py
3
import
stringprep
, re, codecs
namespace
18
if
stringprep
.in_table_b1(c):
21
newlabel.append(
stringprep
.map_table_b2(c))
29
if
stringprep
.in_table_c12(c) or \
30
stringprep
.in_table_c22(c) or \
31
stringprep
.in_table_c3(c) or \
32
stringprep
.in_table_c4(c) or \
33
stringprep
.in_table_c5(c) or \
34
stringprep
.in_table_c6(c) or \
35
stringprep
.in_table_c7(c) or
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py
3
import
stringprep
, re, codecs
namespace
18
if
stringprep
.in_table_b1(c):
21
newlabel.append(
stringprep
.map_table_b2(c))
29
if
stringprep
.in_table_c12(c) or \
30
stringprep
.in_table_c22(c) or \
31
stringprep
.in_table_c3(c) or \
32
stringprep
.in_table_c4(c) or \
33
stringprep
.in_table_c5(c) or \
34
stringprep
.in_table_c6(c) or \
35
stringprep
.in_table_c7(c) or
[
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
15
# If we ever need to support other
stringprep
(e.g. LDAP, XMPP, SASL), we have to add back
17
# rfc3491 :
stringprep
profile for IDN 2003
23
# rfc4013 : SASLprep:
Stringprep
Profile for User Names and Passwords
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_stringprep.py
1
# To fully test this module, we would need a copy of the
stringprep
tables.
7
from
stringprep
import *
74
# unicode database. Instead,
stringprep
.py asserts the version of
78
# predicates = [k for k in dir(
stringprep
) if k.startswith("in_table")]
81
# f = getattr(
stringprep
, p)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_stringprep.py
1
# To fully test this module, we would need a copy of the
stringprep
tables.
7
from
stringprep
import *
74
# unicode database. Instead,
stringprep
.py asserts the version of
78
# predicates = [k for k in dir(
stringprep
) if k.startswith("in_table")]
81
# f = getattr(
stringprep
, p)
/external/chromium_org/third_party/icu/source/data/
makedata.mak
104
# The directory that contains sprepfiles.mk files along with *.txt
stringprep
files
453
# Read the list of
stringprep
profile files
460
!MESSAGE Information: cannot find "spreplocal.mk". Not building user-additional
stringprep
files.
[
all
...]
/external/icu4c/data/
makedata.mak
104
# The directory that contains sprepfiles.mk files along with *.txt
stringprep
files
453
# Read the list of
stringprep
profile files
460
!MESSAGE Information: cannot find "spreplocal.mk". Not building user-additional
stringprep
files.
[
all
...]
/external/iputils/
ping6.c
80
#include <
stringprep
.h>
[
all
...]
Completed in 6204 milliseconds