Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/util/test/
Dtest_util.cpp897 size_t byteLength = 3; variable
935 size_t byteLength = 5; variable
973 size_t byteLength = 0; variable
996 size_t byteLength = 6; variable
1034 size_t byteLength = 6; variable
1072 size_t byteLength = 8; variable
1118 size_t byteLength = 8; variable
1163 size_t byteLength = 6; variable
1201 size_t byteLength = 8; variable
1246 size_t byteLength = 8; variable
[all …]
/commonlibrary/ets_utils/js_api_module/fastbuffer/src/
Djs_fastbuffer.ts689 function byteLength(string: string | BackingType, encoding: string = 'utf8'): number { function
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts2158 function byteLength(string: string | BackingType, encoding: string = 'utf8'): number { function