OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DigraphCodePointIndex
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.h
32
}
DigraphCodePointIndex
;
45
const
DigraphCodePointIndex
digraphCodePointIndex
);
digraph_utils.cpp
62
const
DigraphCodePointIndex
digraphCodePointIndex
) {
63
if (
digraphCodePointIndex
== NOT_A_DIGRAPH_INDEX) {
71
if (
digraphCodePointIndex
== FIRST_DIGRAPH_CODEPOINT) {
73
} else if (
digraphCodePointIndex
== SECOND_DIGRAPH_CODEPOINT) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h
166
DigraphUtils::
DigraphCodePointIndex
getDigraphIndex() const {
193
DigraphUtils::
DigraphCodePointIndex
mDigraphIndex;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
414
const DigraphUtils::
DigraphCodePointIndex
digraphIndex =
Completed in 48 milliseconds