OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToUnicode
(Results
1 - 14
of
14
) sorted by null
/art/tools/checker/common/
testing.py
15
def
ToUnicode
(string):
/art/tools/checker/file_format/c1visualizer/
test.py
17
from common.testing import
ToUnicode
40
actualFile = ParseC1visualizerStream("<c1_file>", io.StringIO(
ToUnicode
(c1Text)))
/art/tools/checker/match/
test.py
16
from common.testing import
ToUnicode
38
ToUnicode
(c1String),
123
checkerFile = ParseCheckerStream("<test-file>", "CHECK", io.StringIO(
ToUnicode
(checkerString)))
124
c1File = ParseC1visualizerStream("<c1-file>", io.StringIO(
ToUnicode
(c1String)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py
105
def
ToUnicode
(label):
193
result.append(
ToUnicode
(label))
262
result.append(
ToUnicode
(label))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py
105
def
ToUnicode
(label):
193
result.append(
ToUnicode
(label))
262
result.append(
ToUnicode
(label))
/external/python/cpython2/Lib/encodings/
idna.py
105
def
ToUnicode
(label):
193
result.append(
ToUnicode
(label))
262
result.append(
ToUnicode
(label))
/external/python/cpython3/Lib/encodings/
idna.py
105
def
ToUnicode
(label):
214
result.append(
ToUnicode
(label))
283
result.append(
ToUnicode
(label))
/art/tools/checker/file_format/checker/
test.py
18
from common.testing import
ToUnicode
30
checkerText = u"/// CHECK-START: pass\n" +
ToUnicode
(string)
80
u"/// CHECK" +
ToUnicode
(variant) + u": " +
ToUnicode
(string))
214
return ParseCheckerStream("<test_file>", "CHECK", io.StringIO(
ToUnicode
(checkerText)))
312
return ParseCheckerStream("<test_file>", "CHECK", io.StringIO(
ToUnicode
(checkerText)))
371
checkerText = u"/// CHECK-START: pass\n" +
ToUnicode
(string)
/external/syzkaller/vendor/golang.org/x/net/idna/
idna.go
48
//
ToUnicode
is a wrapper for Punycode.
ToUnicode
.
49
func
ToUnicode
(s string) (string, error) {
203
//
ToUnicode
converts a domain or domain label to its Unicode form. For example,
204
//
ToUnicode
("xn--bcher-kva.example.com") is "bücher.example.com", and
205
//
ToUnicode
("golang") is "golang". If an error is encountered it will return
207
func (p *Profile)
ToUnicode
(s string) (string, error) {
/external/pdfium/fpdfsdk/
fpdftext_embeddertest.cpp
506
TEST_F(FPDFTextEmbeddertest,
ToUnicode
) {
/external/protobuf/python/google/protobuf/pyext/
message.cc
[
all
...]
/external/syzkaller/executor/
syscalls.h
[
all
...]
/external/libffi/
texinfo.tex
[
all
...]
/external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex
[
all
...]
Completed in 375 milliseconds