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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 90 mDictionary.setDictionary(0, 400, 550);
91 mDictionary.setDictionary(1, 400, 550);
92 mDictionary.setDictionary(2, 400, 550);
93 mDictionary.setDictionary(WnnDictionary.INDEX_USER_DICTIONARY, FREQ_USER, FREQ_USER);
94 mDictionary.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN);
187 public boolean setDictionary(int type) {
267 dict.setDictionary(0, 400, 550);
269 dict.setDictionary(1, 400, 550);
272 dict.setDictionary(2, 400, 550);
274 dict.setDictionary(WnnDictionary.INDEX_USER_DICTIONARY, FREQ_USER, FREQ_USER)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 170 dict.setDictionary(2, 245, 245);
171 dict.setDictionary(3, 100, 244);
173 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN);
175 dict.setDictionary(0, 100, 400);
177 dict.setDictionary(1, 100, 400);
179 dict.setDictionary(2, 245, 245);
180 dict.setDictionary(3, 100, 244);
182 dict.setDictionary(WnnDictionary.INDEX_USER_DICTIONARY, FREQ_USER, FREQ_USER);
183 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN);
302 public boolean setDictionary(int type)
    [all...]
OpenWnnClauseConverterJAJP.java 87 public void setDictionary(WnnDictionary dict) {
412 dict.setDictionary(6, 400, 500);
472 dict.setDictionary(4, 0, 10);
473 dict.setDictionary(5, 400, 500);
474 dict.setDictionary(WnnDictionary.INDEX_USER_DICTIONARY, FREQ_USER, FREQ_USER);
475 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN);
KanaConverter.java 502 public void setDictionary(WnnDictionary dict) {
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 880 * @tests java.util.zip.Inflater#setDictionary(byte[])
884 notes = "Checks setDictionary. Can be splitted for 2 separate tests for Deflater & Inflater. Can be used as a base for setDictionary with additional params.",
885 method = "setDictionary",
901 defDict1.setDictionary(dictionary1.getBytes());
902 defDict2.setDictionary(dictionary2.getBytes());
    [all...]
DeflaterTest.java 525 * @tests java.util.zip.Deflater#setDictionary(byte[])
530 method = "setDictionary",
545 defl.setDictionary(dictionaryArray);
571 * @tests java.util.zip.Deflater#setDictionary(byte[], int, int)
576 method = "setDictionary",
595 defl.setDictionary(dictionaryArray, offSet, length);
629 defl.setDictionary(dictionaryArray, offSet, length);
632 + ": boundary check for setDictionary failed for offset "
    [all...]
  /external/webkit/WebKit/win/
CFDictionaryPropertyBag.h 42 void setDictionary(CFMutableDictionaryRef dictionary);
WebCache.cpp 133 propBag->setDictionary(dictionary.get());
155 propBag->setDictionary(dictionary.get());
177 propBag->setDictionary(dictionary.get());
199 propBag->setDictionary(dictionary.get());
CFDictionaryPropertyBag.cpp 53 void CFDictionaryPropertyBag::setDictionary(CFMutableDictionaryRef dictionary)
WebDatabaseManager.cpp 368 userInfoBag->setDictionary(userInfo.get());
WebIconDatabase.cpp 362 userInfo->setDictionary(dictionary.get());
WebHistory.cpp 108 result->setDictionary(dictionary.get());
    [all...]
ChangeLog     [all...]
ChangeLog-2009-06-16     [all...]
  /dalvik/libcore/archive/src/main/java/java/util/zip/
Deflater.java 307 * @see #setDictionary(byte[])
308 * @see #setDictionary(byte[], int, int)
393 * setDictionary() can only be called if this {@code Deflater} supports the writing
401 public void setDictionary(byte[] buf) {
402 setDictionary(buf, 0, buf.length);
407 * setDictionary() can only be called if this {@code Deflater} supports the writing
419 public synchronized void setDictionary(byte[] buf, int off, int nbytes) {
Inflater.java 270 * determine whether a dictionary is required. If so {@code setDictionary()}
275 * @see #setDictionary(byte[])
276 * @see #setDictionary(byte[], int, int)
318 public synchronized void setDictionary(byte[] buf) {
319 setDictionary(buf, 0, buf.length);
323 * Like {@code setDictionary(byte[])}, allowing to define a specific region
338 public synchronized void setDictionary(byte[] buf, int off, int nbytes) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
WnnDictionary.java 100 /** Index of the user dictionary for {@link #setDictionary(int, int, int)} */
102 /** Index of the learn dictionary for {@link #setDictionary(int, int, int)} */
148 public int setDictionary(int index, int base, int high );
SymbolList.java 174 public boolean setDictionary(String listType) {
OpenWnnEN.java 264 mSymbolList.setDictionary(mode);
    [all...]
OpenWnnDictionaryImpl.java 376 * @see jp.co.omronsoft.openwnn.WnnDictionary#setDictionary
378 public int setDictionary(int index, int base, int high ) {
    [all...]
OpenWnnDictionaryImplJni.java 205 * @see jp.co.omronsoft.openwnn.WnnDictionary#setDictionary
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 801 userInfoBag->setDictionary(userInfo.get());
    [all...]
  /prebuilt/sdk/7/
android.jar 

Completed in 1565 milliseconds