Searched defs:convert (Results 1 - 17 of 17) 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
/packages/apps/Camera2/src/com/android/camera/util/
H A DSize.java31 public static Size[] convert(android.util.Size[] sizes) { method in class:Size
39 public static List<Size> convert(List<com.android.ex.camera2.portability.Size> sizes) { method in class:Size
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DRomkan.java161 /** @see LetterConverter#convert */
162 public boolean convert(ComposingText text) { method in class:Romkan
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 DOpenWnnClauseConverterJAJP.java125 public Iterator convert(String input) { method in class:OpenWnnClauseConverterJAJP
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);
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/tool/
H A DDMTS.java10 public void convert(String pathFrom, String pathTo) throws Exception { method in class:DMTS
/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsManager.java436 set(scope, key, convert(value));
445 set(scope, key, convert(value));
515 static String convert(int value) { method in class:SettingsManager
526 static String convert(boolean value) { method in class:SettingsManager
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
H A DXml2WBXml.java104 public void convert(File file) throws Exception { method in class:Xml2WBXml
138 //convert chars to bytes
508 x2b.convert(file);
H A DGen.java1052 // class convert .bmdf, fstab, .ini to .c and .h files (for P2K)
1066 public void convert(String filePath) throws Exception { method in class:File2C
1068 convert(filePath, isTextFile);
1071 public void convert(String filePath, boolean isTextFile) throws Exception { method in class:File2C
1533 throw new Exception("Error: fail to convert files to .c and .h. " + e.getMessage());
1555 x2b.convert(f);
1996 //convert acl and event mapping to string (for data dictionary for .dat file)
2360 //convert fstab file
2361 convertor.convert(fstabFile, true);
2362 //convert in
[all...]
/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.java617 mUptime.setSummary(convert(ut));
628 private String convert(long t) { method in class:Status
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A DGenTool.jar ... ?defs= " (java.lang.String) public void convert (java.lang.String) throws java.lang. ...
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 373 milliseconds