HomeSort by relevance Sort by last modified time
    Searched defs:Dictionary (Results 1 - 12 of 12) sorted by null

  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 22 //#define LOG_TAG "dictionary.cpp"
26 #include "dictionary.h"
37 Dictionary::Dictionary(void *dict, int typedLetterMultiplier, int fullWordMultiplier)
45 Dictionary::~Dictionary()
49 int Dictionary::getSuggestions(int *codes, int codesSize, unsigned short *outWords, int *frequencies,
90 Dictionary::registerNextLetter(unsigned short c)
98 Dictionary::getVersionNumber()
105 // Checks whether it has the latest dictionary or the old dictionar
    [all...]
dictionary.h 22 // 22-bit address = ~4MB dictionary size limit, which on average would be about 200k-300k words
36 class Dictionary {
38 Dictionary(void *dict, int typedLetterMultipler, int fullWordMultiplier);
48 ~Dictionary();
  /libcore/luni/src/main/java/java/util/
Dictionary.java 24 * Dictionary is an abstract class which is the superclass of all classes that
30 public abstract class Dictionary<K, V> {
34 public Dictionary() {
39 * Returns an enumeration on the elements of this dictionary.
41 * @return an enumeration of the values of this dictionary.
60 * Returns true if this dictionary has no key/value pairs.
62 * @return {@code true} if this dictionary has no key/value pairs,
69 * Returns an enumeration on the keys of this dictionary.
71 * @return an enumeration of the keys of this dictionary.
79 * Associate {@code key} with {@code value} in this dictionary. If {@cod
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 20 * Abstract base class for a dictionary that can do a fuzzy search for words based on a set of key
23 abstract public class Dictionary {
39 * Interface to be implemented by classes requesting words to be fetched from the dictionary.
51 * @param dicTypeId of the dictionary where word was from
60 * Searches for words in the dictionary that match the characters in the composer. Matched
67 * Pass in null if you don't want the dictionary to look up next letters.
74 * Searches for pairs in the bigram dictionary that matches the previous word and all the
81 * Pass in null if you don't want the dictionary to look up next letters.
89 * Checks if the given word occurs in the dictionary
  /external/chromium/net/base/
sdch_manager.h 12 // can find a dictionary (based on a server specification of a hash), store a
13 // dictionary, and make judgements about what URLs can use, set, etc. a
14 // dictionary.
17 // (containing metadata) as well as a VCDIFF dictionary (for use by a VCDIFF
36 // A browser may register a fetcher that is used by the dictionary managers to
44 // The Schedule() method is called when there is a need to get a dictionary
77 // Dictionary selection for use problems.
85 // Dictionary saving problems.
95 // Dictionary loading problems.
113 // Dictionary manager issues
    [all...]
sdch_manager.cc 151 /* The user agent may retrieve a dictionary from the dictionary URL if all of
153 1 The dictionary URL host name matches the referrer URL host name
154 2 The dictionary URL host name domain matches the parent domain of the
158 4 The dictionary URL is not an HTTPS URL.
256 if (!Dictionary::CanSet(domain, path, ports, dictionary_url))
272 UMA_HISTOGRAM_COUNTS("Sdch3.Dictionary size loaded", dictionary_text.size());
273 DLOG(INFO) << "Loaded dictionary with client hash " << client_hash <<
275 Dictionary* dictionary local
    [all...]
  /external/v8/src/
objects.h 72 // - Dictionary
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 118 milliseconds