Home
last modified time | relevance | path

Searched defs:ToUnicode (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/encodings/
Didna.py105 def ToUnicode(label): function
/external/python/cpython2/Lib/encodings/
Didna.py105 def ToUnicode(label): function
/external/syzkaller/vendor/golang.org/x/net/idna/
Didna.go49 func ToUnicode(s string) (string, error) { func
207 func (p *Profile) ToUnicode(s string) (string, error) { func
/external/pdfium/fpdfsdk/
Dfpdftext_embeddertest.cpp506 TEST_F(FPDFTextEmbeddertest, ToUnicode) { in TEST_F() argument
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2467 PyObject* ToUnicode(CMessage* self) { in CheckAndGetInteger() function