Searched refs:convert (Results 1 - 14 of 14) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DLetterConverter.java41 public boolean convert(ComposingText text); method in interface:LetterConverter
H A DWnnEngine.java66 * This method is used to consecutive/single clause convert in
67 * Japanese, Pinyin to Kanji convert in Chinese, Hangul to Hanja
68 * convert in Korean, etc.
76 public int convert(ComposingText text); method in interface:WnnEngine
182 * conversion({@link #convert(ComposingText)}).
H A DSymbolList.java201 /** @see jp.co.omronsoft.openwnn.WnnEngine#convert */
202 public int convert(ComposingText text) { method in class:SymbolList
H A DOpenWnnJAJP.java58 * Mode of the convert engine (Full-width KATAKANA).
64 * Mode of the convert engine (Half-width KATAKANA).
70 * Mode of the convert engine (EISU-KANA conversion).
76 * Mode of the convert engine (Symbol list).
84 * Mode of the convert engine (Keyboard type is QWERTY).
90 * Mode of the convert engine (Keyboard type is 12-keys).
1567 mPreConverter.convert(mComposingText);
1580 completed = mPreConverter.convert(mComposingText);
1666 layer = ComposingText.LAYER1; /* convert -> prediction */
1876 case ComposingText.LAYER2: /* convert */
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DRomkanFullKatakana.java154 /** @see LetterConverter#convert */
155 public boolean convert(ComposingText text) { method in class:RomkanFullKatakana
156 return convert(text, mRomkanTable);
160 * convert Romaji to Full Katakana
166 public static boolean convert(ComposingText text, HashMap<String, String> table) { method in class:RomkanFullKatakana
H A DRomkanHalfKatakana.java146 /** @see LetterConverter#convert */
147 public boolean convert(ComposingText text) { method in class:RomkanHalfKatakana
148 return RomkanFullKatakana.convert(text, mRomkanTable);
H A DOpenWnnEngineJAJP.java234 Iterator<?> convResult = mClauseConverter.convert(mInputHiragana);
314 * @param maxLen Maximum length to convert
409 /** @see jp.co.omronsoft.openwnn.WnnEngine#convert */
410 public int convert(ComposingText text) { method in class:OpenWnnEngineJAJP
423 /* convert previous part from cursor */
425 Iterator headCandidates = mClauseConverter.convert(input);
H A DRomkan.java161 /** @see LetterConverter#convert */
162 public boolean convert(ComposingText text) { method in class:Romkan
H A DOpenWnnClauseConverterJAJP.java125 public Iterator convert(String input) { method in class:OpenWnnClauseConverterJAJP
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDrmConvertSession.java42 * @param context The context of the application running the convert session.
44 * @return A convert session or null in case an error occurs.
77 * @param buffer Buffer filled with data to convert.
82 public byte [] convert(byte[] inBuffer, int size) { method in class:DrmConvertSession
101 Log.w(Constants.TAG, "Buffer with data to convert is illegal. Convertsession: "
104 Log.w(Constants.TAG, "Could not convert data. Convertsession: " +
H A DDownloadThread.java480 byte[] convertedData = mDrmConvertSession.convert(data, bytesRead);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java282 /** @see jp.co.omronsoft.openwnn.WnnEngine#convert */
283 public int convert(ComposingText text) { method in class:OpenWnnEngineEN
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStatus.java531 mUptime.setSummary(convert(ut));
542 private String convert(long t) { method in class:Status
/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryServiceHelper.java86 return unit.convert(mScheduledTimeMillis - SystemClock.elapsedRealtime(),

Completed in 407 milliseconds