/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 | 89 hb_codepoint_t unicode, in hb_glib_unicode_combining_class() 98 hb_codepoint_t unicode, in hb_glib_unicode_general_category() 108 hb_codepoint_t unicode, in hb_glib_unicode_mirroring() 117 hb_codepoint_t unicode, in hb_glib_unicode_script()
|
D | hb-icu.cc | 110 hb_codepoint_t unicode, in hb_icu_unicode_combining_class() 119 hb_codepoint_t unicode, in hb_icu_unicode_general_category() 170 hb_codepoint_t unicode, in hb_icu_unicode_mirroring() 178 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/python/cpython3/Objects/ |
D | unicodeobject.c | 537 PyUnicodeObject *unicode = (PyUnicodeObject *)op; in _PyUnicode_CheckConsistency() local 626 unicode_result_wchar(PyObject *unicode) in unicode_result_wchar() 660 unicode_result_ready(PyObject *unicode) in unicode_result_ready() 705 unicode_result(PyObject *unicode) in unicode_result() 715 unicode_result_unchanged(PyObject *unicode) in unicode_result_unchanged() 732 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in backslashreplace() 799 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in xmlcharrefreplace() 1027 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) in unicode_fill_invalid() 1039 resize_compact(PyObject *unicode, Py_ssize_t length) in resize_compact() 1110 resize_inplace(PyObject *unicode, Py_ssize_t length) in resize_inplace() [all …]
|
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | BoundedByteStringTest.java | 71 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local 87 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
|
D | RopeByteStringSubstringTest.java | 85 ByteString unicode = ByteString.EMPTY; in testToString() local 121 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | BoundedByteStringTest.java | 71 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local 87 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
|
D | RopeByteStringSubstringTest.java | 85 ByteString unicode = ByteString.EMPTY; in testToString() local 121 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type1font.cpp | 148 uint16_t unicode = prefix[j] * 256 + charcode; in LoadGlyphMap() local 218 const wchar_t unicode = in LoadGlyphMap() local 275 const wchar_t unicode = in LoadGlyphMap() local
|
/external/pdfium/xfa/fgas/font/ |
D | fgas_fontutils.cpp | 2430 const FGAS_FONTUSB* FGAS_GetUnicodeBitField(wchar_t unicode) { in FGAS_GetUnicodeBitField() 2441 [](const wchar_t unicode, const FGAS_FONTUSB& iter) { in FGAS_GetUnicodeBitField()
|
/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/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-filepath.cc | 208 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 232 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
/external/cronet/third_party/boringssl/src/third_party/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/rust/crates/quiche/deps/boringssl/src/third_party/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/googletest/googletest/src/ |
D | gtest-filepath.cc | 208 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 232 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 322 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
/external/libvpx/third_party/googletest/src/src/ |
D | gtest-filepath.cc | 208 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 232 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
/external/cronet/third_party/googletest/src/googletest/src/ |
D | gtest-filepath.cc | 208 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 232 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
|
/external/pdfium/core/fxge/freetype/ |
D | fx_freetype.cpp | 21 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/skia/modules/skunicode/src/ |
D | SkUnicode.cpp | 18 std::unique_ptr<SkUnicode> unicode = SkUnicode::MakeIcuBasedUnicode(); in Make() local 32 std::unique_ptr<SkUnicode> unicode = in MakeClientBasedUnicode() local
|
/external/fonttools/Doc/source/ |
D | unicode.rst | 2 unicode title
|
/external/flac/src/share/utf8/ |
D | utf8.c | 44 wchar_t *unicode = NULL; in utf8_encode() local 83 wchar_t *unicode = NULL; in utf8_decode() local
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 260 int unicode_resize(register PyUnicodeObject *unicode, in unicode_resize() 319 register PyUnicodeObject *unicode; in _PyUnicode_New() local 388 void unicode_dealloc(register PyUnicodeObject *unicode) in unicode_dealloc() 414 int _PyUnicode_Resize(PyUnicodeObject **unicode, Py_ssize_t length) in _PyUnicode_Resize() 448 int PyUnicode_Resize(PyObject **unicode, Py_ssize_t length) in PyUnicode_Resize() 456 PyUnicodeObject *unicode; in PyUnicode_FromUnicode() local 495 PyUnicodeObject *unicode; in PyUnicode_FromStringAndSize() local 594 PyUnicodeObject *unicode; in PyUnicode_FromWideChar() local 639 PyUnicodeObject *unicode; in PyUnicode_FromWideChar() local 1089 Py_ssize_t PyUnicode_AsWideChar(PyUnicodeObject *unicode, in PyUnicode_AsWideChar() [all …]
|