OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DigraphUtils
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.cpp
27
const
DigraphUtils
::digraph_t
DigraphUtils
::GERMAN_UMLAUT_DIGRAPHS[] =
31
const
DigraphUtils
::digraph_t
DigraphUtils
::FRENCH_LIGATURES_DIGRAPHS[] =
34
const
DigraphUtils
::DigraphType
DigraphUtils
::USED_DIGRAPH_TYPES[] =
37
/* static */ bool
DigraphUtils
::hasDigraphForCodePoint(
40
const
DigraphUtils
::DigraphType digraphType = getDigraphTypeForDictionary(headerPolicy);
41
if (
DigraphUtils
::getDigraphForDigraphTypeAndCodePoint(digraphType, compositeGlyphCodePoint)) {
48
/* static */
DigraphUtils
::DigraphType DigraphUtils::getDigraphTypeForDictionary
[
all
...]
digraph_utils.h
26
class
DigraphUtils
{
48
DISALLOW_IMPLICIT_CONSTRUCTORS(
DigraphUtils
);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h
31
mDigraphIndex(
DigraphUtils
::NOT_A_DIGRAPH_INDEX),
48
mDigraphIndex =
DigraphUtils
::NOT_A_DIGRAPH_INDEX;
166
DigraphUtils
::DigraphCodePointIndex getDigraphIndex() const {
172
case
DigraphUtils
::NOT_A_DIGRAPH_INDEX:
173
mDigraphIndex =
DigraphUtils
::FIRST_DIGRAPH_CODEPOINT;
175
case
DigraphUtils
::FIRST_DIGRAPH_CODEPOINT:
176
mDigraphIndex =
DigraphUtils
::SECOND_DIGRAPH_CODEPOINT;
178
case
DigraphUtils
::SECOND_DIGRAPH_CODEPOINT:
179
mDigraphIndex =
DigraphUtils
::NOT_A_DIGRAPH_INDEX;
193
DigraphUtils
::DigraphCodePointIndex mDigraphIndex
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
414
const
DigraphUtils
::DigraphCodePointIndex digraphIndex =
416
if (digraphIndex ==
DigraphUtils
::NOT_A_DIGRAPH_INDEX) {
419
return
DigraphUtils
::getDigraphCodePointForIndex(codePoint, digraphIndex);
480
!=
DigraphUtils
::NOT_A_DIGRAPH_INDEX;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
389
if (
DigraphUtils
::hasDigraphForCodePoint(
Completed in 57 milliseconds