/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-xml.md | 476 let textEncoder = new util.TextEncoder(); 515 let textEncoder = new util.TextEncoder(); 569 let textEncoder = new util.TextEncoder(); 634 let textEncoder = new util.TextEncoder(); 678 let textEncoder = new util.TextEncoder(); 714 let textEncoder = new util.TextEncoder(); 750 let textEncoder = new util.TextEncoder(); 789 let textEncoder = new util.TextEncoder(); 828 let textEncoder = new util.TextEncoder(); 864 let textEncoder = new util.TextEncoder(); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | xml-parsing.md | 47 let textEncoder: util.TextEncoder = new util.TextEncoder(); 48 let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml); // 对数据编码,防止包含中文字符乱码 115 let textEncoder: util.TextEncoder = new util.TextEncoder(); 116 let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml); // 对数据编码,防止包含中文字符乱码 160 let textEncoder: util.TextEncoder = new util.TextEncoder(); 161 let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml); // 对数据编码,防止包含中文字符乱码 212 let textEncoder: util.TextEncoder = new util.TextEncoder(); 213 let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml);
|
/ohos5.0/docs/zh-cn/application-dev/security/AssetStoreKit/ |
H A D | asset-js-query.md | 58 let textEncoder = new util.TextEncoder(); 59 return textEncoder.encodeInto(str); 98 let textEncoder = new util.TextEncoder(); 99 return textEncoder.encodeInto(str); 130 let textEncoder = new util.TextEncoder(); 131 return textEncoder.encodeInto(str);
|
H A D | asset-js-remove.md | 49 let textEncoder = new util.TextEncoder(); 50 return textEncoder.encodeInto(str);
|
H A D | asset-js-add.md | 64 let textEncoder = new util.TextEncoder(); 65 return textEncoder.encodeInto(str);
|
H A D | asset-js-update.md | 65 let textEncoder = new util.TextEncoder(); 66 return textEncoder.encodeInto(str);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-asset-store-kit/ |
H A D | js-apis-asset.md | 69 let textEncoder = new util.TextEncoder(); 70 return textEncoder.encodeInto(str); 139 return textEncoder.encodeInto(str); 204 return textEncoder.encodeInto(str); 264 return textEncoder.encodeInto(str); 329 return textEncoder.encodeInto(str); 394 return textEncoder.encodeInto(str); 461 return textEncoder.encodeInto(str); 530 return textEncoder.encodeInto(str); 595 return textEncoder.encodeInto(str); [all …]
|
H A D | js-apis-asset-sys.md | 72 let textEncoder = new util.TextEncoder(); 73 return textEncoder.encodeInto(str); 145 let textEncoder = new util.TextEncoder(); 146 return textEncoder.encodeInto(str); 218 let textEncoder = new util.TextEncoder(); 219 return textEncoder.encodeInto(str); 293 let textEncoder = new util.TextEncoder(); 294 return textEncoder.encodeInto(str); 366 let textEncoder = new util.TextEncoder(); 367 return textEncoder.encodeInto(str);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-xml.md | 476 let textEncoder = new util.TextEncoder(); 515 let textEncoder = new util.TextEncoder(); 569 let textEncoder = new util.TextEncoder(); 634 let textEncoder = new util.TextEncoder(); 678 let textEncoder = new util.TextEncoder(); 714 let textEncoder = new util.TextEncoder(); 750 let textEncoder = new util.TextEncoder(); 789 let textEncoder = new util.TextEncoder(); 828 let textEncoder = new util.TextEncoder(); 864 let textEncoder = new util.TextEncoder(); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/ |
H A D | create-get-cert-crl-object.md | 39 let textEncoder = new util.TextEncoder(); 41 data: textEncoder.encodeInto(crlData), 66 let textEncoder = new util.TextEncoder(); 68 data: textEncoder.encodeInto(certData),
|
H A D | create-verify-cerchainvalidator-object.md | 57 let textEncoder = new util.TextEncoder(); 65 let uint8ArrayOfCaCertData = textEncoder.encodeInto(caCertData); 71 let uint8ArrayOf2ndCaCertData = textEncoder.encodeInto(secondCaCertData);
|
H A D | create-parse-verify-certextension-object.md | 41 let textEncoder = new util.TextEncoder(); 62 data: textEncoder.encodeInto(oidData),
|
H A D | create-parse-verify-cert-object.md | 43 let textEncoder = new util.TextEncoder(); 46 data: textEncoder.encodeInto(certData),
|
H A D | create-parse-verify-crl-object.md | 77 let textEncoder = new util.TextEncoder(); 80 data: textEncoder.encodeInto(crlData), 130 data: textEncoder.encodeInto(certData),
|
H A D | create-verify-certchain-object.md | 80 let textEncoder = new util.TextEncoder(); 83 data: textEncoder.encodeInto(certChainData),
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | xml-parsing.md | 47 let textEncoder: util.TextEncoder = new util.TextEncoder(); 48 …let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml); // Encode the data to prevent garbled … 109 let textEncoder: util.TextEncoder = new util.TextEncoder(); 110 …let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml); // Encode the data to prevent garbled … 154 let textEncoder: util.TextEncoder = new util.TextEncoder(); 155 …let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml); // Encode the data to prevent garbled … 206 let textEncoder: util.TextEncoder = new util.TextEncoder(); 207 let arrBuffer: Uint8Array = textEncoder.encodeInto(strXml);
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | create-get-cert-crl-object.md | 39 let textEncoder = new util.TextEncoder(); 41 data: textEncoder.encodeInto(crlData), 66 let textEncoder = new util.TextEncoder(); 68 data: textEncoder.encodeInto(certData),
|
H A D | create-verify-cerchainvalidator-object.md | 57 let textEncoder = new util.TextEncoder(); 65 let uint8ArrayOfCaCertData = textEncoder.encodeInto(caCertData); 71 let uint8ArrayOf2ndCaCertData = textEncoder.encodeInto(secondCaCertData);
|
H A D | create-parse-verify-certextension-object.md | 40 let textEncoder = new util.TextEncoder(); 61 data: textEncoder.encodeInto(oidData),
|
H A D | create-parse-verify-crl-object.md | 77 let textEncoder = new util.TextEncoder(); 80 data: textEncoder.encodeInto(crlData), 130 data: textEncoder.encodeInto(certData),
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/ |
H A D | test_util.cpp | 190 OHOS::Util::TextEncoder textEncoder("GBK"); variable 191 textEncoder.SetOrgEncoding("GBK"); 219 textEncoder.SetOrgEncoding("gb18030"); 247 textEncoder.SetOrgEncoding("GB18030"); 274 OHOS::Util::TextEncoder textEncoder("utf-8"); variable 308 OHOS::Util::TextEncoder textEncoder("utf-8"); variable 336 OHOS::Util::TextEncoder textEncoder("utf-8"); variable 370 OHOS::Util::TextEncoder textEncoder("gbk"); variable 403 OHOS::Util::TextEncoder textEncoder("utf-8"); variable 419 OHOS::Util::TextEncoder textEncoder("big5"); variable [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-arkts.md | 41 let textEncoder = new util.TextEncoder(); 42 let arrbuffer = textEncoder.encodeInto(strXml);
|
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/ |
H A D | js-apis-asset-sys.md | 72 let textEncoder = new util.TextEncoder(); 73 return textEncoder.encodeInto(str); 145 let textEncoder = new util.TextEncoder(); 146 return textEncoder.encodeInto(str); 218 let textEncoder = new util.TextEncoder(); 219 return textEncoder.encodeInto(str); 293 let textEncoder = new util.TextEncoder(); 294 return textEncoder.encodeInto(str); 366 let textEncoder = new util.TextEncoder(); 367 return textEncoder.encodeInto(str);
|
H A D | js-apis-asset.md | 69 let textEncoder = new util.TextEncoder(); 70 return textEncoder.encodeInto(str); 139 return textEncoder.encodeInto(str); 204 return textEncoder.encodeInto(str); 264 return textEncoder.encodeInto(str); 329 return textEncoder.encodeInto(str); 394 return textEncoder.encodeInto(str); 461 return textEncoder.encodeInto(str); 530 return textEncoder.encodeInto(str); 595 return textEncoder.encodeInto(str); [all …]
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | asset-js-query.md | 58 let textEncoder = new util.TextEncoder(); 59 return textEncoder.encodeInto(str); 98 let textEncoder = new util.TextEncoder(); 99 return textEncoder.encodeInto(str); 130 let textEncoder = new util.TextEncoder(); 131 return textEncoder.encodeInto(str);
|