OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_CHARS
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
dictionary.cpp
252
if (c < sizeof(
BASE_CHARS
) / sizeof(
BASE_CHARS
[0])) {
253
c =
BASE_CHARS
[c];
basechars.h
3
* to their base characters. If c is in range,
BASE_CHARS
[c] == c
7
static unsigned short
BASE_CHARS
[] = {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
507
if (c <
BASE_CHARS
.length) {
508
c =
BASE_CHARS
[c];
520
* to their base characters. If c is in range,
BASE_CHARS
[c] == c
524
static final char
BASE_CHARS
[] = {
Completed in 22 milliseconds