/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 181 if ( map1->unicode > map2->unicode ) in compare_uni_maps() 183 else if ( map1->unicode < map2->unicode ) in compare_uni_maps() 342 map->unicode = uni_char; in ps_unicodes_init() 416 if ( mid->unicode == unicode ) in ps_unicodes_char_index() 422 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index() 424 if ( base_glyph == unicode ) in ps_unicodes_char_index() 430 if ( base_glyph < unicode ) in ps_unicodes_char_index() 445 FT_UInt32 *unicode ) in ps_unicodes_char_next() argument 448 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next() 464 if ( map->unicode == char_code ) in ps_unicodes_char_next() [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | unicode_download.sh | 12 mkdir -p unicode 19 wget $emoji_url -O unicode/emoji-data.txt
|
A D | README.md | 95 …QuickJS extras (contain the unicode files needed to rebuild the unicode tables and the bench-v8 be… 117 <li><b>libunicode</b>: small unicode library supporting case 118 conversion, unicode normalization, unicode script queries, unicode 119 general category queries and all unicode binary properties.</li>
|
A D | release.sh | 39 mkdir -p $outdir $outdir/unicode $outdir/tests 41 cp unicode/* $outdir/unicode
|
A D | test262_errors.txt | 5 test262/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js:46: SyntaxError: inv… 6 test262/test/built-ins/RegExp/named-groups/non-unicode-property-names-valid.js:46: strict mode: Syn…
|
A D | test262.conf | 129 regexp-unicode-property-escapes
|
A D | Changelog | 4 - REPL: support unicode characters larger than 16 bits
|
A D | quickjs-atom.h | 143 DEF(unicode, "unicode")
|
A D | TODO | 65 - readline: handle double width unicode characters
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 179 Uint32 unicode; in ProcessWindowEvent() local 235 DirectFB_TranslateKey(_this, evt, &keysym, &unicode); in ProcessWindowEvent() 240 UnicodeToUtf8(unicode, text); in ProcessWindowEvent() 313 Uint32 unicode; in ProcessInputEvent() local 376 UnicodeToUtf8(unicode, text); in ProcessInputEvent() 600 *unicode = in DirectFB_TranslateKey() 602 if (*unicode == 0 && in DirectFB_TranslateKey() 604 *unicode = evt->key_symbol; in DirectFB_TranslateKey() 630 *unicode = in DirectFB_TranslateKeyInputEvent() 632 if (*unicode == 0 && in DirectFB_TranslateKeyInputEvent() [all …]
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 660 unsigned int unicode; in decodeString() local 680 if (unicode >= 0xD800 && unicode <= 0xDBFF) { in decodeUnicodeCodePoint() 689 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF); in decodeUnicodeCodePoint() 707 int unicode = 0; in decodeUnicodeEscapeSequence() local 710 unicode *= 16; in decodeUnicodeEscapeSequence() 712 unicode += c - '0'; in decodeUnicodeEscapeSequence() 1727 if (unicode >= 0xD800 && unicode <= 0xDBFF) { in decodeUnicodeCodePoint() 1736 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF); in decodeUnicodeCodePoint() 1754 int unicode = 0; in decodeUnicodeEscapeSequence() local 1757 unicode *= 16; in decodeUnicodeEscapeSequence() [all …]
|
/AliOS-Things-master/components/freetype/include/internal/services/ |
A D | svpscmap.h | 56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */ member 99 FT_UInt32 unicode ); 103 FT_UInt32 *unicode );
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | signer_ut.cc | 19 TEST(Signer, unicode) { in TEST() argument
|
A D | hmacsha1signer_ut.cc | 29 TEST(HmacSha1Signer, unicode) { in TEST() argument
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | reader.h | 210 unsigned int& unicode); 212 Location end, unsigned int& unicode);
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 902 unsigned int unicode; in decodeString() local 924 if (unicode >= 0xD800 && unicode <= 0xDBFF) { in decodeUnicodeCodePoint() 934 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF); in decodeUnicodeCodePoint() 955 int unicode = 0; in decodeUnicodeEscapeSequence() local 958 unicode *= 16; in decodeUnicodeEscapeSequence() 960 unicode += c - '0'; in decodeUnicodeEscapeSequence() 1956 if (unicode >= 0xD800 && unicode <= 0xDBFF) { in decodeUnicodeCodePoint() 1966 unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF); in decodeUnicodeCodePoint() 1987 int unicode = 0; in decodeUnicodeEscapeSequence() local 1990 unicode *= 16; in decodeUnicodeEscapeSequence() [all …]
|
A D | json.h | 1582 unsigned int& unicode); 1586 unsigned int& unicode);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | chap_ms.c | 564 static void ascii2unicode(const char ascii[], int ascii_len, u_char unicode[]) { in ascii2unicode() argument 567 BZERO(unicode, ascii_len * 2); in ascii2unicode() 569 unicode[i * 2] = (u_char) ascii[i]; in ascii2unicode()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1objs.c | 519 error = FT_CMap_New( cmap_classes->unicode, NULL, &charmap, NULL ); in T1_Face_Init() 552 clazz = cmap_classes->unicode; in T1_Face_Init()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42objs.c | 350 error = FT_CMap_New( cmap_classes->unicode, NULL, &charmap, NULL ); in T42_Face_Init() 383 clazz = cmap_classes->unicode; in T42_Face_Init()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | py.cmake | 122 ${MICROPY_PY_DIR}/unicode.c
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | psaux.h | 785 FT_CMap_Class unicode; member
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | jsoncpp.dox | 143 - <a HREF="http://www.cl.cam.ac.uk/~mgk25/unicode.html">UTF-8 and Unicode FAQ</a>.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 3 * (Windows) unicode file support in the tools (linux and mac already had
|
/AliOS-Things-master/components/py_engine/ |
A D | aos.mk | 169 engine/py/repl.c engine/py/unicode.c \
|