Searched refs:unicode (Results 1 – 7 of 7) sorted by relevance
/system/core/libutils/ |
D | Unicode.cpp | 499 uint32_t unicode; in utf8_to_utf32_codepoint() local 506 unicode = src[0] & 0x1f; in utf8_to_utf32_codepoint() 507 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint() 508 return unicode; in utf8_to_utf32_codepoint() 510 unicode = src[0] & 0x0f; in utf8_to_utf32_codepoint() 511 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint() 512 utf8_shift_and_mask(&unicode, src[2]); in utf8_to_utf32_codepoint() 513 return unicode; in utf8_to_utf32_codepoint() 515 unicode = src[0] & 0x07; in utf8_to_utf32_codepoint() 516 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint() [all …]
|
/system/core/libcutils/ |
D | strdup8to16.cpp | 34 #define UTF8_SHIFT_AND_MASK(unicode, byte) \ argument 35 (unicode)<<=6; (unicode) |= (0x3f & (byte));
|
/system/update_engine/scripts/update_payload/ |
D | update_metadata_pb2.py | 220 has_default_value=False, default_value=unicode("", "utf-8"), 227 has_default_value=False, default_value=unicode("", "utf-8"), 234 has_default_value=False, default_value=unicode("", "utf-8"), 241 has_default_value=False, default_value=unicode("", "utf-8"), 248 has_default_value=False, default_value=unicode("", "utf-8"), 255 has_default_value=False, default_value=unicode("", "utf-8"), 368 has_default_value=False, default_value=unicode("", "utf-8"), 382 has_default_value=False, default_value=unicode("", "utf-8"), 389 has_default_value=False, default_value=unicode("", "utf-8"), 445 has_default_value=False, default_value=unicode("", "utf-8"), [all …]
|
/system/core/ |
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.
|
/system/timezone/testing/data/test1/output_data/icu_overlay/ |
D | LICENSE | 4 Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
/system/timezone/output_data/icu_overlay/ |
D | LICENSE | 4 Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
/system/timezone/testing/data/test2/output_data/icu_overlay/ |
D | LICENSE | 4 Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|