HomeSort by relevance Sort by last modified time
    Searched full:character (Results 151 - 175 of 10114) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ppapi/api/
pp_input_event.idl 15 * actual character that the user typed (if any) will be delivered in a
16 * "character" event.
41 * The <code>PP_InputEvent_Character</code> struct represents a typed character
44 * Normally, the program will receive a key down event, followed by a character
45 * event, followed by a key up event. The character event will have any
48 * key, and the character event will give you the '%' character.
50 * You may not get a character event for all key down events if the key doesn't
51 * generate a character. Likewise, you may actually get multiple character
    [all...]
  /external/chromium_org/ppapi/c/
pp_input_event.h 31 * actual character that the user typed (if any) will be delivered in a
32 * "character" event.
55 * The <code>PP_InputEvent_Character</code> struct represents a typed character
58 * Normally, the program will receive a key down event, followed by a character
59 * event, followed by a key up event. The character event will have any
62 * key, and the character event will give you the '%' character.
64 * You may not get a character event for all key down events if the key doesn't
65 * generate a character. Likewise, you may actually get multiple character
    [all...]
  /external/icu4c/layout/
ArabicLayoutEngine.h 96 * This method does Arabic OpenType character processing. It assigns the OpenType feature
100 * @param chars - the input character context
101 * @param offset - the index of the first character to process
107 * @param outChars - the output character arrayt
108 * @param charIndices - the output character index array
112 * @return the output character count
123 * the character codes are used.
125 * @param chars - the input character context
126 * @param offset - the offset of the first character to process
189 * @param tempCharIndices - the input character index arra
    [all...]
HanLayoutEngine.h 78 * This method does Han OpenType character processing. It assigns the OpenType feature
82 * @param chars - the input character context
83 * @param offset - the index of the first character to process
90 * @param outChars - the output character arrayt
91 * @param charIndices - the output character index array
95 * @return the output character count
  /external/kernel-headers/original/asm-mips/
termbits.h 56 #define VINTR 0 /* Interrupt character [ISIG]. */
57 #define VQUIT 1 /* Quit character [ISIG]. */
58 #define VERASE 2 /* Erase character [ICANON]. */
59 #define VKILL 3 /* Kill-line character [ICANON]. */
62 #define VEOL2 6 /* Second EOL character [ICANON]. */
65 #define VSTART 8 /* Start (X-ON) character [IXON, IXOFF]. */
66 #define VSTOP 9 /* Stop (X-OFF) character [IXON, IXOFF]. */
67 #define VSUSP 10 /* Suspend character [ISIG]. */
72 #define VDSUSP 11 /* Delayed suspend character [ISIG]. */
74 #define VREPRINT 12 /* Reprint-line character [ICANON]. *
    [all...]
  /external/chromium_org/base/i18n/
rtl.cc 47 // Returns LEFT_TO_RIGHT or RIGHT_TO_LEFT if |character| has strong
50 base::i18n::TextDirection GetCharacterDirection(UChar32 character) {
51 // Now that we have the character, we use ICU in order to query for the
52 // appropriate Unicode BiDi character type.
53 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS);
155 UChar32 character; local
157 U16_NEXT(string, next_position, length, character);
158 TextDirection direction = GetCharacterDirection(character);
173 UChar32 character; local
175 U16_NEXT(string, next_position, length, character);
299 UChar32 character; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/testing/
WTFTestHelpers.cpp 48 UChar character = string[index]; local
49 switch (character) {
66 if (character >= 0x20 && character < 0x7F) {
67 out << static_cast<char>(character);
75 out << character; local
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 26 import java.lang.Character;
81 * symbols may only be accessible using special on-screen character pickers.
113 * This private-use character is used to trigger Unicode character
119 * This private-use character is used to bring up a character picker for
125 * Modifier keys may be chorded with character keys.
132 * Modifier keys may be chorded with character keys or they may toggle
147 * a printable representation of the accent character of a "dead key."
241 * Maps combinations of (display-form) combining key and second character
    [all...]
  /libcore/luni/src/main/java/java/lang/
CharSequence.java 35 * Returns the character at the specified index, with the first character
39 * the index of the character to return.
40 * @return the requested character.
53 * is, the index of the first character that is included in the
57 * the index of the first character after those that are included
  /libcore/luni/src/main/java/org/w3c/dom/
ProcessingInstruction.java 20 * it is therefore possible to have the character sequence
23 * presence of this character sequence must generate a fatal error during
37 * white space character after the target to the character immediately
43 * white space character after the target to the character immediately
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp720.py 1 """Python Character Mapping Codec cp720 generated on Windows:
50 u'\x00' # 0x00 -> CONTROL CHARACTER
51 u'\x01' # 0x01 -> CONTROL CHARACTER
52 u'\x02' # 0x02 -> CONTROL CHARACTER
53 u'\x03' # 0x03 -> CONTROL CHARACTER
54 u'\x04' # 0x04 -> CONTROL CHARACTER
55 u'\x05' # 0x05 -> CONTROL CHARACTER
56 u'\x06' # 0x06 -> CONTROL CHARACTER
57 u'\x07' # 0x07 -> CONTROL CHARACTER
58 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_centeuro.py 1 """ Python Character Mapping Codec mac_centeuro generated from 'MAPPINGS/VENDORS/APPLE/CENTEURO.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_croatian.py 1 """ Python Character Mapping Codec mac_croatian generated from 'MAPPINGS/VENDORS/APPLE/CROATIAN.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_cyrillic.py 1 """ Python Character Mapping Codec mac_cyrillic generated from 'MAPPINGS/VENDORS/APPLE/CYRILLIC.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_greek.py 1 """ Python Character Mapping Codec mac_greek generated from 'MAPPINGS/VENDORS/APPLE/GREEK.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_iceland.py 1 """ Python Character Mapping Codec mac_iceland generated from 'MAPPINGS/VENDORS/APPLE/ICELAND.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_roman.py 1 """ Python Character Mapping Codec mac_roman generated from 'MAPPINGS/VENDORS/APPLE/ROMAN.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_romanian.py 1 """ Python Character Mapping Codec mac_romanian generated from 'MAPPINGS/VENDORS/APPLE/ROMANIAN.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_turkish.py 1 """ Python Character Mapping Codec mac_turkish generated from 'MAPPINGS/VENDORS/APPLE/TURKISH.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp720.py 1 """Python Character Mapping Codec cp720 generated on Windows:
50 u'\x00' # 0x00 -> CONTROL CHARACTER
51 u'\x01' # 0x01 -> CONTROL CHARACTER
52 u'\x02' # 0x02 -> CONTROL CHARACTER
53 u'\x03' # 0x03 -> CONTROL CHARACTER
54 u'\x04' # 0x04 -> CONTROL CHARACTER
55 u'\x05' # 0x05 -> CONTROL CHARACTER
56 u'\x06' # 0x06 -> CONTROL CHARACTER
57 u'\x07' # 0x07 -> CONTROL CHARACTER
58 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_centeuro.py 1 """ Python Character Mapping Codec mac_centeuro generated from 'MAPPINGS/VENDORS/APPLE/CENTEURO.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_croatian.py 1 """ Python Character Mapping Codec mac_croatian generated from 'MAPPINGS/VENDORS/APPLE/CROATIAN.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_cyrillic.py 1 """ Python Character Mapping Codec mac_cyrillic generated from 'MAPPINGS/VENDORS/APPLE/CYRILLIC.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_greek.py 1 """ Python Character Mapping Codec mac_greek generated from 'MAPPINGS/VENDORS/APPLE/GREEK.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]
mac_iceland.py 1 """ Python Character Mapping Codec mac_iceland generated from 'MAPPINGS/VENDORS/APPLE/ICELAND.TXT' with gencodec.py.
48 u'\x00' # 0x00 -> CONTROL CHARACTER
49 u'\x01' # 0x01 -> CONTROL CHARACTER
50 u'\x02' # 0x02 -> CONTROL CHARACTER
51 u'\x03' # 0x03 -> CONTROL CHARACTER
52 u'\x04' # 0x04 -> CONTROL CHARACTER
53 u'\x05' # 0x05 -> CONTROL CHARACTER
54 u'\x06' # 0x06 -> CONTROL CHARACTER
55 u'\x07' # 0x07 -> CONTROL CHARACTER
56 u'\x08' # 0x08 -> CONTROL CHARACTER
    [all...]

Completed in 336 milliseconds

1 2 3 4 5 67 8 91011>>