Searched refs:unicode (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/utils/ |
D | Unicode.cpp | 491 uint32_t unicode; in utf8_to_utf32_codepoint() local 498 unicode = src[0] & 0x1f; in utf8_to_utf32_codepoint() 499 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint() 500 return unicode; in utf8_to_utf32_codepoint() 502 unicode = src[0] & 0x0f; in utf8_to_utf32_codepoint() 503 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint() 504 utf8_shift_and_mask(&unicode, src[2]); in utf8_to_utf32_codepoint() 505 return unicode; in utf8_to_utf32_codepoint() 507 unicode = src[0] & 0x07; in utf8_to_utf32_codepoint() 508 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint() [all …]
|
/frameworks/native/ |
D | NOTICE | 279 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any 282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 283 http://www.unicode.org/cldr/data/. 295 under the Terms of Use in http://www.unicode.org/copyright.html.
|
/frameworks/av/ |
D | NOTICE | 279 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any 282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 283 http://www.unicode.org/cldr/data/. 295 under the Terms of Use in http://www.unicode.org/copyright.html.
|
/frameworks/base/ |
D | NOTICE | 290 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 291 and http://www.unicode.org/cldr/data/ . Unicode Software includes any 293 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 294 http://www.unicode.org/cldr/data/. 306 under the Terms of Use in http://www.unicode.org/copyright.html.
|
/frameworks/compile/mclinker/utils/gtest/src/ |
D | gtest-all.cpp | 2169 WCHAR* unicode = new WCHAR[unicode_length + 1]; in AnsiToUtf16() local 2171 unicode, unicode_length); in AnsiToUtf16() 2172 unicode[unicode_length] = 0; in AnsiToUtf16() 2173 return unicode; in AnsiToUtf16() 7632 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 7633 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 7634 delete [] unicode; in FileOrDirectoryExists() 7656 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 7657 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() 7658 delete [] unicode; in DirectoryExists() [all …]
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 1222 /sdcard/android/layout_tests/fast/encoding/charset-unicode.html 1560 /sdcard/android/layout_tests/fast/js/regexp-unicode-overflow.html 1595 /sdcard/android/layout_tests/fast/js/regexp-unicode-handling.html 2407 /sdcard/android/layout_tests/fast/parser/test-unicode-characters-in-attribute-name.html
|
D | layout_tests_failed.txt | 474 /sdcard/android/layout_tests/fast/xsl/sort-unicode.xml
|
D | layout_tests_nontext.txt | 2633 /sdcard/android/layout_tests/fast/css/font-face-unicode-range.html
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1475 # font does not include all possible unicode characters however, so when you need
|