HomeSort by relevance Sort by last modified time
    Searched refs:digraph_t (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
digraph_utils.h 36 typedef struct { int first; int second; int compositeGlyph; } digraph_t; typedef in class:latinime::DigraphUtils
40 const int dictFlags, const digraph_t **const digraphs);
50 const DigraphType digraphType, const digraph_t **const digraphs);
51 static const digraph_t *getDigraphForCodePoint(const int compositeGlyphCodePoint);
52 static const digraph_t *getDigraphForDigraphTypeAndCodePoint(
55 static const digraph_t GERMAN_UMLAUT_DIGRAPHS[];
56 static const digraph_t FRENCH_LIGATURES_DIGRAPHS[];
digraph_utils.cpp 24 const DigraphUtils::digraph_t DigraphUtils::GERMAN_UMLAUT_DIGRAPHS[] =
28 const DigraphUtils::digraph_t DigraphUtils::FRENCH_LIGATURES_DIGRAPHS[] =
58 const int dictFlags, const DigraphUtils::digraph_t **const digraphs) {
70 const DigraphUtils::digraph_t *const digraph =
88 const DigraphUtils::digraph_t **const digraphs) {
104 /* static */ const DigraphUtils::digraph_t *DigraphUtils::getDigraphForCodePoint(
107 const DigraphUtils::digraph_t *const digraph = getDigraphForDigraphTypeAndCodePoint(
121 /* static */ const DigraphUtils::digraph_t *DigraphUtils::getDigraphForDigraphTypeAndCodePoint(
123 const DigraphUtils::digraph_t *digraphs = 0;
unigram_dictionary.h 60 const DigraphUtils::digraph_t *const digraphs, const unsigned int digraphsSize) const;
66 WordsPriorityQueuePool *queuePool, const DigraphUtils::digraph_t *const digraphs,
unigram_dictionary.cpp 53 const DigraphUtils::digraph_t *const digraphs, const unsigned int digraphsSize) const {
88 const DigraphUtils::digraph_t *const digraphs, const unsigned int digraphsSize) const {
164 const DigraphUtils::digraph_t *digraphs = 0;
    [all...]

Completed in 56 milliseconds