MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / UseDict

Method UseDict

src/pkgDm/Dm2Java.java:2396–2398  ·  view source on GitHub ↗

表示使用哪个字库文件进行识别(index范围:0-9) 设置之后,永久生效,除非再次设定 @param index 字库编号(0-9) @return 0: 失败 1: 成功

(int index)

Source from the content-addressed store, hash-verified

2394 * @return 0: 失败 1: 成功
2395 */
2396 public int UseDict(int index){
2397 return Dispatch.call(dm, "UseDict", index).getInt();
2398 }
2399
2400/////////////////////////////系统////////////////////////////////////
2401 /**

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected