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

12

/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/regex-re2/re2/
H A Dmake_unicode_casefold.py12 import unicode, sys namespace
111 lowergroups, casegroups = unicode.CaseGroups()
116 raise unicode.Error("casefold group too long: %s" % (c,))
119 raise unicode.Error("bad casegroups %d -> %d" % (c[i-1], c[i]))
H A Dmake_unicode_groups.py9 import unicode namespace
97 for name, codes in unicode.Categories().iteritems():
99 for name, codes in unicode.Scripts().iteritems():
/external/harfbuzz/tests/linebreaking/
H A Dharfbuzz-qt.cpp92 char *HB_TextCodec_ConvertFromUnicode(void *codec, const HB_UChar16 *unicode, hb_uint32 length, hb_uint32 *outputLength) argument
94 QByteArray data = reinterpret_cast<QTextCodec *>(codec)->fromUnicode((const QChar *)unicode, length);
/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/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"
91 UnicodeString s, unicode; local
130 unicode
212 UnicodeString s, unicode, invalidUChars; local
722 printUnicode(const UChar *unicode, int32_t length, char *out) argument
[all...]
H A Dtestidna.cpp17 #include "unicode/utypes.h"
25 #include "unicode/localpointer.h"
26 #include "unicode/ustring.h"
27 #include "unicode/usprep.h"
28 #include "unicode/uniset.h"
32 #include "unicode/putil.h"
239 UChar unicode[100]; member in struct:ErrorCases
304 /* correct ACE-prefix followed by unicode */
880 start = errorCase.unicode;
914 if(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/webkit/Source/WebCore/svg/
H A DSVGFontElement.cpp89 String unicode = glyph->getAttribute(SVGNames::unicodeAttr); local
90 if (unicode.length())
91 m_glyphMap.add(unicode, glyph->buildGlyphIdentifier());
/external/chromium/chrome/browser/chromeos/
H A Dsystem_access.cc146 icu::UnicodeString unicode; local
147 timezone.getID(unicode);
149 UTF16ToUTF8(unicode.getBuffer(), unicode.length(), &id);
/external/chromium/testing/gtest/src/
H A Dgtest-filepath.cc204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); local
205 const DWORD attributes = GetFileAttributes(unicode);
206 delete [] unicode;
228 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); local
229 const DWORD attributes = GetFileAttributes(unicode);
230 delete [] unicode;
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); local
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
323 delete [] unicode;
/external/gtest/src/
H A Dgtest-filepath.cc204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); local
205 const DWORD attributes = GetFileAttributes(unicode);
206 delete [] unicode;
228 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); local
229 const DWORD attributes = GetFileAttributes(unicode);
230 delete [] unicode;
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); local
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
323 delete [] unicode;
/external/harfbuzz/tests/shaping/
H A Dmain.cpp206 unsigned short unicode[16]; member in struct:ShapeTable
212 QString str = QString::fromUtf16( s->unicode );
287 const unsigned short *uc = s->unicode;
353 while (s->unicode[0]) {
407 while (s->unicode[0]) {
519 while (s->unicode[0]) {
626 while (s->unicode[0]) {
656 while (s->unicode[0]) {
681 while (s->unicode[0]) {
718 while (s->unicode[
[all...]
/external/llvm/utils/unittest/googletest/
H A Dgtest-filepath.cc204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); local
205 const DWORD attributes = GetFileAttributes(unicode);
206 delete [] unicode;
228 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); local
229 const DWORD attributes = GetFileAttributes(unicode);
230 delete [] unicode;
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); local
322 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
323 delete [] unicode;
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc173 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); local
174 const DWORD attributes = GetFileAttributes(unicode);
175 delete [] unicode;
197 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); local
198 const DWORD attributes = GetFileAttributes(unicode);
199 delete [] unicode;
289 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); local
290 int result = CreateDirectory(unicode, NULL) ? 0 : -1;
291 delete [] unicode;
/external/qemu/android/skin/
H A Dkeyboard.c33 ** their .unicode field set to 0
36 int unicode; /* Unicode of last pressed key */ member in struct:__anon8932
141 int unicode )
148 k->unicode = unicode;
315 /* this gets called only if the reverse unicode mapping didn't work
406 skin_keyboard_process_unicode_event( SkinKeyboard* kb, unsigned int unicode, int down ) argument
408 return android_charmap_reverse_map_unicode(kb->charmap, unicode, down,
428 int unicode = ev->key.keysym.unicode; local
[all...]
/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/qemu/android/
H A Dcharmap.c665 unsigned int unicode,
671 if (unicode == 0)
676 if (cmap->entries[n].base == unicode) {
684 if (cmap->entries[n].caps == unicode) {
698 if (cmap->entries[n].fn == unicode) {
712 if (cmap->entries[n].caps_fn == unicode) {
664 android_charmap_reverse_map_unicode(const AKeyCharmap* cmap, unsigned int unicode, int down, AKeycodeBuffer* keycodes) argument
/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/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 */

Completed in 362 milliseconds

12