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

  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 33 typedef struct { int first; int second; int replacement; } digraph_t; typedef in class:latinime::UnigramDictionary
94 const digraph_t* const digraphs, const unsigned int digraphsSize) const;
101 WordsPriorityQueuePool* queuePool, const digraph_t* const digraphs,
159 static const digraph_t GERMAN_UMLAUT_DIGRAPHS[];
160 static const digraph_t FRENCH_LIGATURES_DIGRAPHS[];
unigram_dictionary.cpp 33 const UnigramDictionary::digraph_t UnigramDictionary::GERMAN_UMLAUT_DIGRAPHS[] =
38 const UnigramDictionary::digraph_t UnigramDictionary::FRENCH_LIGATURES_DIGRAPHS[] =
71 const digraph_t* const digraphs, const unsigned int digraphsSize) const {
106 const digraph_t* const digraphs, const unsigned int digraphsSize) {
    [all...]

Completed in 61 milliseconds