Searched refs:digraphs (Results 1 – 5 of 5) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | digraph_utils.cpp | 78 const DigraphUtils::digraph_t **const digraphs) { in getAllDigraphsForDigraphTypeAndReturnSize() argument 80 *digraphs = GERMAN_UMLAUT_DIGRAPHS; in getAllDigraphsForDigraphTypeAndReturnSize() 109 const DigraphUtils::digraph_t *digraphs = nullptr; in getDigraphForDigraphTypeAndCodePoint() local 112 DigraphUtils::getAllDigraphsForDigraphTypeAndReturnSize(digraphType, &digraphs); in getDigraphForDigraphTypeAndCodePoint() 114 if (digraphs[i].compositeGlyph == compositeGlyphLowerCodePoint) { in getDigraphForDigraphTypeAndCodePoint() 115 return &digraphs[i]; in getDigraphForDigraphTypeAndCodePoint()
|
D | digraph_utils.h | 51 const DigraphType digraphType, const digraph_t **const digraphs);
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |