Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ GetDictCount
Method
GetDictCount
src/pkgDm/Dm2Java.java:2124–2126 ·
view source on GitHub ↗
获取指定的字库中的字符数量 @param index 字库序号(0-9) @return 字库数量
(int index)
Source
from the content-addressed store, hash-verified
2122
* @
return
字库数量
2123
*/
2124
public
int
GetDictCount(
int
index){
2125
return
Dispatch.call(dm,
"GetDictCount"
,index).getInt();
2126
}
2127
2128
/**
2129
* 根据指定的文字,以及指定的系统字库信息,获取字库描述信息.
Callers
1
main
Method · 0.95
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
1
main
Method · 0.76