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 D | ast.js | 61 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 D | NodeTools.js | 478 NodeTools.jinZhi10ToX = function (num, jinzhi) { argument 480 switch (jinzhi) { 494 NapiLog.logError(jinzhi + '进制转换失败'); 497 return ret + num.toString(jinzhi);
|