| /external/python/cffi/c/ |
| D | wchar_helper_3.h | 58 _my_PyUnicode_AsSingleChar16(PyObject *unicode, cffi_char16_t *result, in _my_PyUnicode_AsSingleChar16() 79 _my_PyUnicode_AsSingleChar32(PyObject *unicode, cffi_char32_t *result, in _my_PyUnicode_AsSingleChar32() 91 static Py_ssize_t _my_PyUnicode_SizeAsChar16(PyObject *unicode) in _my_PyUnicode_SizeAsChar16() 109 static Py_ssize_t _my_PyUnicode_SizeAsChar32(PyObject *unicode) in _my_PyUnicode_SizeAsChar32() 114 static int _my_PyUnicode_AsChar16(PyObject *unicode, in _my_PyUnicode_AsChar16() 142 static int _my_PyUnicode_AsChar32(PyObject *unicode, in _my_PyUnicode_AsChar32()
|
| D | wchar_helper.h | 22 PyObject *unicode; in _my_PyUnicode_FromChar32() local 124 _my_PyUnicode_AsSingleChar16(PyObject *unicode, cffi_char16_t *result, in _my_PyUnicode_AsSingleChar16() 145 _my_PyUnicode_AsSingleChar32(PyObject *unicode, cffi_char32_t *result, in _my_PyUnicode_AsSingleChar32() 164 static Py_ssize_t _my_PyUnicode_SizeAsChar16(PyObject *unicode) in _my_PyUnicode_SizeAsChar16() 181 static Py_ssize_t _my_PyUnicode_SizeAsChar32(PyObject *unicode) in _my_PyUnicode_SizeAsChar32() 198 static int _my_PyUnicode_AsChar16(PyObject *unicode, in _my_PyUnicode_AsChar16() 228 static int _my_PyUnicode_AsChar32(PyObject *unicode, in _my_PyUnicode_AsChar32()
|
| /external/harfbuzz_ng/src/ |
| D | hb-glib.cc | 209 hb_codepoint_t unicode, in hb_glib_unicode_combining_class() 218 hb_codepoint_t unicode, in hb_glib_unicode_general_category() 228 hb_codepoint_t unicode, in hb_glib_unicode_mirroring() 237 hb_codepoint_t unicode, in hb_glib_unicode_script()
|
| D | hb-icu.cc | 86 hb_codepoint_t unicode, in hb_icu_unicode_combining_class() 95 hb_codepoint_t unicode, in hb_icu_unicode_general_category() 146 hb_codepoint_t unicode, in hb_icu_unicode_mirroring() 154 hb_codepoint_t unicode, in hb_icu_unicode_script()
|
| D | hb-ucd.cc | 25 hb_codepoint_t unicode, in hb_ucd_combining_class() 33 hb_codepoint_t unicode, in hb_ucd_general_category() 41 hb_codepoint_t unicode, in hb_ucd_mirroring() 49 hb_codepoint_t unicode, in hb_ucd_script()
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | BoundedByteStringTest.java | 64 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local 81 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
|
| D | RopeByteStringSubstringTest.java | 76 ByteString unicode = ByteString.EMPTY; in testToString() local 109 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
|
| D | RopeByteStringTest.java | 123 ByteString unicode = ByteString.EMPTY; in testToString() local 152 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
|
| /external/python/cpython3/Objects/ |
| D | unicodeobject.c | 475 PyUnicodeObject *unicode = (PyUnicodeObject *)op; in _PyUnicode_CheckConsistency() local 564 unicode_result_wchar(PyObject *unicode) in unicode_result_wchar() 599 unicode_result_ready(PyObject *unicode) in unicode_result_ready() 639 unicode_result(PyObject *unicode) in unicode_result() 649 unicode_result_unchanged(PyObject *unicode) in unicode_result_unchanged() 666 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in backslashreplace() 733 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in xmlcharrefreplace() 950 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) in unicode_fill_invalid() 962 resize_compact(PyObject *unicode, Py_ssize_t length) in resize_compact() 1029 resize_inplace(PyObject *unicode, Py_ssize_t length) in resize_inplace() [all …]
|
| /external/pdfium/xfa/fgas/font/ |
| D | fgas_fontutils.cpp | 1852 const FGAS_FONTUSB* FGAS_GetUnicodeBitField(wchar_t unicode) { in FGAS_GetUnicodeBitField() 1863 [](const wchar_t unicode, const FGAS_FONTUSB& iter) { in FGAS_GetUnicodeBitField()
|
| /external/pdfium/core/fpdfapi/font/ |
| D | cpdf_type1font.cpp | 149 uint16_t unicode = prefix[j] * 256 + charcode; in LoadGlyphMap() local 214 wchar_t unicode = 0; in LoadGlyphMap() local 278 wchar_t unicode = in LoadGlyphMap() local
|
| D | cpdf_truetypefont.cpp | 110 uint16_t unicode = kPrefix[j] * 256 + charcode; in LoadGlyphMap() local 154 uint16_t unicode = kPrefix[j] * 256 + charcode; in LoadGlyphMap() local
|
| /external/pdfium/core/fxge/freetype/ |
| D | fx_freetype.cpp | 15 wchar_t unicode) { in xyq_search_node() 158 void FXFT_adobe_name_from_unicode(char* glyph_name, wchar_t unicode) { in FXFT_adobe_name_from_unicode()
|
| /external/python/setuptools/setuptools/tests/ |
| D | text.py | 7 unicode = 'smörbröd.py' variable in Filenames
|
| /external/libaom/libaom/third_party/googletest/src/googletest/src/ |
| D | gtest-filepath.cc | 205 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 229 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 318 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
| /external/llvm/utils/unittest/googletest/src/ |
| D | gtest-filepath.cc | 202 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 226 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 319 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
| D | gtest-filepath.cc | 211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 328 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| D | gtest-filepath.cc | 209 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 233 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 326 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
| /external/googletest/googletest/src/ |
| D | gtest-filepath.cc | 207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
| /external/mesa3d/src/gtest/src/ |
| D | gtest-filepath.cc | 207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
| /external/google-breakpad/src/testing/gtest/src/ |
| D | gtest-filepath.cc | 204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 228 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
| /external/yapf/yapf/yapflib/ |
| D | py3compat.py | 102 unicode = str # pylint: disable=redefined-builtin,invalid-name variable 106 def unicode(s): # pylint: disable=invalid-name function
|
| /external/pdfium/core/fxcrt/ |
| D | cfx_utf8encoder.cpp | 14 uint32_t unicode = static_cast<uint32_t>(unicodeAsWchar); in Input() local
|
| /external/skia/modules/skparagraph/src/ |
| D | ParagraphStyle.cpp | 38 icu::UnicodeString unicode; in setEllipsis() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
| D | UnicodeTest.cpp | 15 namespace unicode { namespace
|