OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:digraph_t
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.h
39
typedef struct { int first; int second; int compositeGlyph; }
digraph_t
;
typedef in class:latinime::DigraphUtils
51
const DigraphType digraphType, const
digraph_t
**const digraphs);
52
static const
digraph_t
*getDigraphForCodePoint(const int compositeGlyphCodePoint);
53
static const
digraph_t
*getDigraphForDigraphTypeAndCodePoint(
56
static const
digraph_t
GERMAN_UMLAUT_DIGRAPHS[];
digraph_utils.cpp
27
const DigraphUtils::
digraph_t
DigraphUtils::GERMAN_UMLAUT_DIGRAPHS[] =
60
const DigraphUtils::
digraph_t
*const digraph =
78
const DigraphUtils::
digraph_t
**const digraphs) {
90
/* static */ const DigraphUtils::
digraph_t
*DigraphUtils::getDigraphForCodePoint(
93
const DigraphUtils::
digraph_t
*const digraph = getDigraphForDigraphTypeAndCodePoint(
107
/* static */ const DigraphUtils::
digraph_t
*DigraphUtils::getDigraphForDigraphTypeAndCodePoint(
109
const DigraphUtils::
digraph_t
*digraphs = nullptr;
Completed in 33 milliseconds