OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BASE_CHARS
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
basechars.h
22
* to their base characters. If c is in range,
BASE_CHARS
[c] == c
26
static unsigned short
BASE_CHARS
[] = {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
561
if (c <
BASE_CHARS
.length) {
562
baseChar =
BASE_CHARS
[c];
574
* to their base characters. If c is in range,
BASE_CHARS
[c] == c
578
private static final char
BASE_CHARS
[] = {
[
all
...]
Completed in 52 milliseconds