Home
last modified time | relevance | path

Searched refs:unicode_str (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/idna/src/
Dmake_uts46_mapping_table.py75 unicode_str = None variable
78 unicode_str = u''.join(char(c) for c in fields[2].strip().split(' ')) variable
80 unicode_str = u'' variable
87 ranges.append((first, last, mapping, unicode_str))
174 for (first, last, mapping, unicode_str) in ranges:
175 if unicode_str is not None:
176 mapping += rust_slice(strtab_slice(unicode_str))
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp620 WideString unicode_str = UnicodeFromCharCode(charcode); in GlyphFromCharCode() local
621 if (!unicode_str.IsEmpty()) in GlyphFromCharCode()
622 unicode = unicode_str[0]; in GlyphFromCharCode()
716 WideString unicode_str = UnicodeFromCharCode(charcode); in GlyphFromCharCode() local
717 if (unicode_str.IsEmpty()) in GlyphFromCharCode()
720 charcode = unicode_str[0]; in GlyphFromCharCode()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp483 const uint8_t* unicode_str = &span[2]; in PDF_DecodeText() local
485 uint16_t unicode = GetUnicodeFromBytes(unicode_str + i); in PDF_DecodeText()
492 unicode = GetUnicodeFromBytes(unicode_str + i); in PDF_DecodeText()
496 unicode = GetUnicodeFromBytes(unicode_str + i); in PDF_DecodeText()
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc382 const libtextclassifier3::UnicodeText unicode_str = in ConvertIndicesBMPUTF8() local
410 for (auto it = unicode_str.begin(); it != unicode_str.end(); in ConvertIndicesBMPUTF8()
/external/python/cpython3/Modules/
D_pickle.c2427 PyObject *unicode_str = in save_bytes() local
2433 if (unicode_str == NULL) in save_bytes()
2436 st->codecs_encode, unicode_str, in save_bytes()
2438 Py_DECREF(unicode_str); in save_bytes()
/external/python/oauth2client/tests/
Dtest_client.py1022 unicode_str = six.unichr(40960) + 'abcd'
1025 headers={u'foo': unicode_str})
/external/python/cpython2/Objects/
Dunicodeobject.c7650 PyObject *unicode_str(PyUnicodeObject *self) in unicode_str() function
8902 (reprfunc) unicode_str, /* tp_str */
/external/python/cpython3/Objects/
Dunicodeobject.c13443 PyObject *unicode_str(PyObject *self) in unicode_str() function
15503 (reprfunc) unicode_str, /* tp_str */