Searched refs:unicode (Results 1 – 10 of 10) 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/base/wifi/java/android/net/wifi/ |
D | WifiInfo.java | 125 String unicode = mWifiSsid.toString(); in getSSID() local 126 if (!TextUtils.isEmpty(unicode)) { in getSSID() 127 return "\"" + unicode + "\""; in getSSID()
|
/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/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/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/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/base/docs/html/about/versions/ |
D | jelly-bean.jd | 350 Gothic, a unicode font designed especially for the Korean-language script.</li>
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1475 # font does not include all possible unicode characters however, so when you need
|