OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEAD
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
KeyCharacterMap.java
201
* key is a "
dead
key" that should be combined with another to
330
return
DEAD
.get((accent << 16) | c);
540
* Maps Unicode combining diacritical to display-form
dead
key
546
* Maps combinations of (display-form)
dead
key and second character
549
private static SparseIntArray
DEAD
= new SparseIntArray();
563
* key is a "
dead
key."
568
* a printable representation of the accent character of a "
dead
key."
579
DEAD
.put(ACUTE | 'A', '\u00C1');
580
DEAD
.put(ACUTE | 'C', '\u0106');
581
DEAD
.put(ACUTE | 'E', '\u00C9')
[
all
...]
/frameworks/base/include/media/stagefright/
OMXCodec.h
104
DEAD
,
Completed in 2679 milliseconds