Home
last modified time | relevance | path

Searched refs:jinzhi (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js61 constructor(name, type, value, bindToken, jinzhi) { argument
69 this.constructorSiit(name, type, value, bindToken, jinzhi);
71 this.constructorSii(name, type, value, jinzhi);
87 constructorSii(name, type, value, jinzhi) { argument
97 this.jinzhi_ = jinzhi;
105 constructorSiit(name, type, value, bindToken, jinzhi) { argument
106 this.constructorSii(name, type, value, jinzhi);
H A DNodeTools.js478 NodeTools.jinZhi10ToX = function (num, jinzhi) { argument
480 switch (jinzhi) {
494 NapiLog.logError(jinzhi + '进制转换失败');
497 return ret + num.toString(jinzhi);