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

  /packages/inputmethods/LatinIME/native/jni/src/
digraph_utils.cpp 24 const DigraphUtils::digraph_t DigraphUtils::GERMAN_UMLAUT_DIGRAPHS[] =
28 const DigraphUtils::digraph_t DigraphUtils::FRENCH_LIGATURES_DIGRAPHS[] =
31 const DigraphUtils::DigraphType DigraphUtils::USED_DIGRAPH_TYPES[] =
34 /* static */ bool DigraphUtils::hasDigraphForCodePoint(
36 const DigraphUtils::DigraphType digraphType = getDigraphTypeForDictionary(dictFlags);
37 if (DigraphUtils::getDigraphForDigraphTypeAndCodePoint(digraphType, compositeGlyphCodePoint)) {
44 /* static */ DigraphUtils::DigraphType DigraphUtils::getDigraphTypeForDictionary
    [all...]
digraph_utils.h 22 class DigraphUtils {
47 DISALLOW_IMPLICIT_CONSTRUCTORS(DigraphUtils);
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;
166 DigraphUtils::getAllDigraphsForDictionaryAndReturnSize(DICT_FLAGS, &digraphs);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_state_scoring.h 31 mDigraphIndex(DigraphUtils::NOT_A_DIGRAPH_INDEX),
47 mDigraphIndex = DigraphUtils::NOT_A_DIGRAPH_INDEX;
144 DigraphUtils::DigraphCodePointIndex getDigraphIndex() const {
150 case DigraphUtils::NOT_A_DIGRAPH_INDEX:
151 mDigraphIndex = DigraphUtils::FIRST_DIGRAPH_CODEPOINT;
153 case DigraphUtils::FIRST_DIGRAPH_CODEPOINT:
154 mDigraphIndex = DigraphUtils::SECOND_DIGRAPH_CODEPOINT;
156 case DigraphUtils::SECOND_DIGRAPH_CODEPOINT:
157 mDigraphIndex = DigraphUtils::NOT_A_DIGRAPH_INDEX;
171 DigraphUtils::DigraphCodePointIndex mDigraphIndex
    [all...]
dic_node.h 400 const DigraphUtils::DigraphCodePointIndex digraphIndex =
402 if (digraphIndex == DigraphUtils::NOT_A_DIGRAPH_INDEX) {
405 return DigraphUtils::getDigraphCodePointForIndex(codePoint, digraphIndex);
459 != DigraphUtils::NOT_A_DIGRAPH_INDEX;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 298 if (DigraphUtils::hasDigraphForCodePoint(traverseSession->getDictFlags(),

Completed in 193 milliseconds