OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToASCII
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py
62
def
ToASCII
(label):
133
# Step 6: Apply
ToASCII
134
label2 =
ToASCII
(result)
164
result.append(
ToASCII
(label))
221
result.append(
ToASCII
(label))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py
62
def
ToASCII
(label):
133
# Step 6: Apply
ToASCII
134
label2 =
ToASCII
(result)
164
result.append(
ToASCII
(label))
221
result.append(
ToASCII
(label))
/external/python/cpython2/Lib/encodings/
idna.py
62
def
ToASCII
(label):
133
# Step 6: Apply
ToASCII
134
label2 =
ToASCII
(result)
164
result.append(
ToASCII
(label))
221
result.append(
ToASCII
(label))
/external/python/cpython3/Lib/encodings/
idna.py
62
def
ToASCII
(label):
133
# Step 6: Apply
ToASCII
134
label2 =
ToASCII
(result)
181
result.extend(
ToASCII
(label))
246
result.extend(
ToASCII
(label))
/external/llvm/lib/Fuzzer/
FuzzerUtil.cpp
153
bool
ToASCII
(uint8_t *Data, size_t Size) {
/external/syzkaller/vendor/golang.org/x/net/idna/
idna.go
43
//
ToASCII
is a wrapper for Punycode.
ToASCII
.
44
func
ToASCII
(s string) (string, error) {
195
//
ToASCII
converts a domain or domain label to its ASCII form. For example,
196
//
ToASCII
("bücher.example.com") is "xn--bcher-kva.example.com", and
197
//
ToASCII
("golang") is "golang". If an error is encountered it will return
199
func (p *Profile)
ToASCII
(s string) (string, error) {
301
func (p *Profile) process(s string,
toASCII
bool) (string, error) {
313
// It seems like we should only create this error on
ToASCII
, but the
361
if
toASCII
{
[
all
...]
Completed in 2854 milliseconds