HomeSort by relevance Sort by last modified time
    Searched full:optionsflags (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
AbstractDictDecoder.java 47 final int optionsFlags = HeaderReader.readOptionFlags(dictBuffer);
60 0 != (optionsFlags & FormatSpec.GERMAN_UMLAUT_PROCESSING_FLAG),
61 0 != (optionsFlags & FormatSpec.FRENCH_LIGATURE_PROCESSING_FLAG)),
63 0 != (optionsFlags & FormatSpec.SUPPORTS_DYNAMIC_UPDATE),
64 0 != (optionsFlags & FormatSpec.CONTAINS_TIMESTAMP_FLAG)));

Completed in 1955 milliseconds