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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
UnsupportedFormatException.java 22 public class UnsupportedFormatException extends Exception {
23 public UnsupportedFormatException(String description) {
BinaryDictInputOutput.java     [all...]
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/makedict/
DictionaryMaker.java 197 UnsupportedFormatException {
210 throws IOException, UnsupportedFormatException, ParserConfigurationException,
228 * @throws UnsupportedFormatException if the binary file is not in the expected format
231 throws FileNotFoundException, IOException, UnsupportedFormatException {
269 throws FileNotFoundException, IOException, UnsupportedFormatException,
293 throws FileNotFoundException, IOException, UnsupportedFormatException {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 26 import com.android.inputmethod.latin.makedict.UnsupportedFormatException;
349 } catch (UnsupportedFormatException e) {

Completed in 454 milliseconds