Searched defs:unicode (Results 1 - 24 of 24) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_keyboard.h42 - The 'unicode' translated character is only available when character
48 if ( (keysym.unicode & 0xFF80) == 0 ) {
49 ch = keysym.unicode & 0x7F;
58 Uint16 unicode; /* translated character */ member in struct:SDL_keysym
/external/webkit/WebCore/rendering/
H A DSVGRootInlineBox.h42 String unicode; member in struct:WebCore::LastGlyphInfo
/external/freetype/include/freetype/internal/services/
H A Dsvpscmap.h32 * Adobe glyph name to unicode value.
51 * Simple unicode -> glyph index charmap built from font glyph names
56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */ member in struct:PS_UniMap_
99 FT_UInt32 unicode );
103 FT_UInt32 *unicode );
/external/gtest/src/
H A Dgtest-filepath.cc171 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); local
172 const DWORD attributes = GetFileAttributes(unicode);
173 delete [] unicode;
195 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); local
196 const DWORD attributes = GetFileAttributes(unicode);
197 delete [] unicode;
292 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); local
293 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
294 delete [] unicode;
H A Dgtest.cc843 WCHAR* unicode = new WCHAR[unicode_length + 1]; local
845 unicode, unicode_length);
846 unicode[unicode_length] = 0;
847 return unicode;
/external/icu4c/samples/layout/
H A Dcmaps.cpp129 LEUnicode16 unicode = (LEUnicode16) unicode32; local
134 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
148 result = (TTGlyphID) unicode;
150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
/external/icu4c/test/intltest/
H A Dconvtest.h22 #include "unicode/utypes.h"
26 #include "unicode/ucnv.h"
40 const UChar *unicode; member in struct:ConversionCase
44 /* UTF-8 version of unicode[unicodeLength] */
H A Dconvtest.cpp19 #include "unicode/utypes.h"
32 #include "unicode/ucnv.h"
33 #include "unicode/unistr.h"
34 #include "unicode/parsepos.h"
35 #include "unicode/uniset.h"
36 #include "unicode/ustring.h"
37 #include "unicode/ures.h"
39 #include "unicode/tstdtmod.h"
85 UnicodeString s, unicode; local
115 unicode
197 UnicodeString s, unicode, invalidUChars; local
691 printUnicode(const UChar *unicode, int32_t length, char *out) argument
[all...]
H A Dtestidna.cpp17 #include "unicode/utypes.h"
25 #include "unicode/ustring.h"
26 #include "unicode/usprep.h"
27 #include "unicode/uniset.h"
31 #include "unicode/putil.h"
238 UChar unicode[100]; member in struct:ErrorCases
303 /* correct ACE-prefix followed by unicode */
880 start = errorCase.unicode;
914 if(errorCase.unicode[0]!=0){
915 src = errorCase.unicode;
[all...]
/external/icu4c/test/letest/
H A Dcmaps.cpp123 LEUnicode16 unicode = (LEUnicode16) unicode32; local
128 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
142 result = (TTGlyphID) unicode;
144 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
H A DFontObject.cpp137 printf("Can't find unicode 'cmap'");
159 LEUnicode16 unicode = (LEUnicode16) unicode32; local
164 if (SWAPW(cmStartCodes[cmRangeShift]) <= unicode) {
171 if (SWAPW(cmStartCodes[index + probe]) <= unicode) {
176 if (unicode >= SWAPW(cmStartCodes[index]) && unicode <= SWAPW(cmEndCodes[index])) {
178 result = (LEGlyphID) unicode;
180 le_uint16 offset = unicode - SWAPW(cmStartCodes[index]);
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_BWin.h231 Uint16 unicode = 0; local
238 unicode = destbuf[0];
239 unicode <<= 8;
240 unicode |= destbuf[1];
242 unicode = buf[0];
246 switch (unicode) {
256 unicode = 0;
260 unicode = '\r';
266 return unicode;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_events.c584 keysym->unicode = 0;
590 wchar_t unicode; local
595 case 0x01: keysym->unicode = 27;
598 case 0x0E: keysym->unicode = 127;
601 case 0x1C: keysym->unicode = 10;
607 utf8len = mbtowc(&unicode, utf8, utf8len);
610 keysym->unicode = unicode;
/external/webkit/WebCore/svg/
H A DSVGFontElement.cpp86 String unicode = glyph->getAttribute(unicodeAttr); local
87 if (unicode.length())
88 m_glyphMap.add(unicode, glyph->buildGlyphIdentifier());
/external/qemu/android/skin/
H A Dkeyboard.c30 ** their .unicode field set to 0
33 int unicode; /* Unicode of last pressed key */ member in struct:__anon3334
163 int unicode )
170 k->unicode = unicode;
337 /* this gets called only if the reverse unicode mapping didn't work
428 skin_keyboard_process_unicode_event( SkinKeyboard* kb, unsigned int unicode, int down ) argument
433 if (unicode == 0)
438 if (cmap->entries[n].base == unicode) {
446 if (cmap->entries[n].caps == unicode) {
504 int unicode = ev->key.keysym.unicode; local
[all...]
/external/icu4c/test/cintltst/
H A Didnatest.c18 #include "unicode/utypes.h"
22 #include "unicode/ustring.h"
23 #include "unicode/uidna.h"
652 UChar ascii[20], unicode[20]; local
659 length=uidna_toUnicode(ascii, length, unicode, LENGTHOF(unicode), 0, NULL, &errorCode);
660 if(u_strncmp(ascii, unicode, length)!=0) {
730 /* this unicode string is longer than MAX_LABEL_BUFFER_SIZE and produces an
H A Dnccbtst.c20 #include "unicode/uloc.h"
21 #include "unicode/ucnv.h"
22 #include "unicode/ucnv_err.h"
24 #include "unicode/utypes.h"
25 #include "unicode/ustring.h"
27 #include "unicode/ucnv_cb.h"
1384 /*from unicode*/
1549 /*to unicode*/
1695 static const UChar unicode[]={ local
1702 if(!testConvertToUnicode(utf7, ARRAY_LENGTH(utf7), unicode, ARRAY_LENGT
[all...]
H A Dnucnvtst.c17 #include "unicode/uloc.h"
18 #include "unicode/ucnv.h"
19 #include "unicode/ucnv_err.h"
20 #include "unicode/ucnv_cb.h"
22 #include "unicode/utypes.h"
23 #include "unicode/ustring.h"
24 #include "unicode/ucol.h"
937 static const UChar unicode[] = { local
988 testConvertFromU(unicode, sizeof(unicode)/U_SIZEOF_UCHA
1024 static const UChar unicode[] = { local
[all...]
/external/ppp/pppd/
H A Dchap_ms.c509 ascii2unicode(char ascii[], int ascii_len, u_char unicode[]) argument
513 BZERO(unicode, ascii_len * 2);
515 unicode[i * 2] = (u_char) ascii[i];
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11events.c567 keysym.unicode = 0;
665 keysym.unicode = utf16data[i];
675 keysym.unicode = utf16data[utf16length - 1];
695 keysym.unicode = 0;
728 keysym.unicode = 0;
736 * unicode value)
738 keysym.unicode = (Uint8)keybuf[0];
767 keysym.unicode = 0;
1231 Uint16 unicode; local
1273 unicode
[all...]
/external/skia/src/images/
H A Dfpdfemb.h74 // Unicode character. FPDFEMB uses UTF16LE format for unicode string.
876 // pattern - A zero-terminated unicode string to be found.
897 // pattern - A zero-terminated unicode string to be found.
973 // pattern - A zero-terminated unicode string to be found.
1011 int unicode; // Unicode for the character. 0 if not available. member in struct:FPDFEMB_CHAR_INFO
1293 // unicode - Unicode of the character
1310 FPDFEMB_WCHAR unicode, unsigned short CID,
1318 // unicode - Unicode of the character
1355 FPDFEMB_WCHAR unicode, unsigned short CID,
1753 // text - Zero-terminated unicode tex
[all...]
/external/kernel-headers/original/linux/
H A Dkd.h60 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */
62 unsigned short unicode; member in struct:unipair
69 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */
/external/freetype/include/freetype/internal/
H A Dpsaux.h781 FT_CMap_Class unicode; member in struct:T1_CMap_ClassesRec_
/external/opencore/fileformats/id3parcom/src/
H A Dpv_id3_parcom.cpp2102 // aPtrFrameDataWCBase - pointer to the output string in unicode format.
2111 // This function moves unicode data sotred in uint8 buffer to wchar buffer.
2820 PVMFStatus PVID3ParCom::ReadAlbumArtFrame(PVID3FrameType aFrameType, uint8 unicode, uint32 aFrameSize) argument
2838 switch (unicode)
3160 framesize = framesize - (2 * desc_len) - 2 - bomSize; // description(2 byte unicode in id3 tag), null char, bom
3236 used_size += wchar_size * (framesize / 2); //UCS-2 unicode
3558 //it uses 16-bit unicode 2.0 (ISO/IEC 10646-1:1993, UCS-2)
3573 // convert 2 byte unicode data to 4 byte wchar data

Completed in 365 milliseconds