Searched refs:unicode (Results 1 – 6 of 6) sorted by relevance
457 uint32_t unicode; in utf8_to_utf32_codepoint() local464 unicode = src[0] & 0x1f; in utf8_to_utf32_codepoint()465 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint()466 return unicode; in utf8_to_utf32_codepoint()468 unicode = src[0] & 0x0f; in utf8_to_utf32_codepoint()469 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint()470 utf8_shift_and_mask(&unicode, src[2]); in utf8_to_utf32_codepoint()471 return unicode; in utf8_to_utf32_codepoint()473 unicode = src[0] & 0x07; in utf8_to_utf32_codepoint()474 utf8_shift_and_mask(&unicode, src[1]); in utf8_to_utf32_codepoint()[all …]
279 http://www.unicode.org/Public/, http://www.unicode.org/reports/,280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and283 http://www.unicode.org/cldr/data/.295 under the Terms of Use in http://www.unicode.org/copyright.html.
4 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.