OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEAD
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/view/
KeyCharacterMap.java
95
* key is a "
dead
key" that should be combined with another to
179
return
DEAD
.get((accent << 16) | c);
394
* Maps Unicode combining diacritical to display-form
dead
key
400
* Maps combinations of (display-form)
dead
key and second character
403
private static SparseIntArray
DEAD
= new SparseIntArray();
417
* key is a "
dead
key."
422
* a printable representation of the accent character of a "
dead
key."
433
DEAD
.put(ACUTE | 'A', '\u00C1');
434
DEAD
.put(ACUTE | 'C', '\u0106');
435
DEAD
.put(ACUTE | 'E', '\u00C9')
[
all
...]
/frameworks/base/include/media/stagefright/
OMXCodec.h
65
DEAD
,
/external/qemu/android/
hw-events.h
428
BTN_CODE(
DEAD
, 0x12f) \
/frameworks/base/media/libstagefright/
OMXCodec.cpp
[
all
...]
Completed in 17 milliseconds