OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:punycode_encode
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
punycode.py
119
def
punycode_encode
(text):
function
202
res =
punycode_encode
(input)
213
return
punycode_encode
(input)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
punycode.py
119
def
punycode_encode
(text):
function
202
res =
punycode_encode
(input)
213
return
punycode_encode
(input)
/external/python/cpython2/Lib/encodings/
punycode.py
119
def
punycode_encode
(text):
function
202
res =
punycode_encode
(input)
213
return
punycode_encode
(input)
/external/python/cpython3/Lib/encodings/
punycode.py
117
def
punycode_encode
(text):
function
201
res =
punycode_encode
(input)
212
return
punycode_encode
(input)
/external/icu/icu4c/source/test/intltest/
punyref.cpp
128
enum punycode_status
punycode_encode
(
function
Completed in 68 milliseconds