Home
last modified time | relevance | path

Searched defs:byteLength (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/test/
Dtest_util.cpp1216 size_t byteLength = 3; variable
1258 size_t byteLength = 5; variable
1299 size_t byteLength = 0; variable
1326 size_t byteLength = 6; variable
1368 size_t byteLength = 6; variable
1410 size_t byteLength = 8; variable
1459 size_t byteLength = 8; variable
1508 size_t byteLength = 6; variable
1550 size_t byteLength = 8; variable
1599 size_t byteLength = 8; variable
[all …]
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts2155 function byteLength(string: string | BackingType, encoding: string = 'utf8'): number { function