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/jni/src/utils/
char_utils.h
73
return static_cast<int>(
BASE_CHARS
[c]);
95
* to their base characters. If c is in range,
BASE_CHARS
[c] == c
100
static const unsigned short
BASE_CHARS
[BASE_CHARS_SIZE];
char_utils.cpp
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java
676
if (c <
BASE_CHARS
.length) {
677
baseChar =
BASE_CHARS
[c];
689
* to their base characters. If c is in range,
BASE_CHARS
[c] == c
695
private static final char
BASE_CHARS
[] = {
[
all
...]
Completed in 240 milliseconds