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.cpp818 size_t byteLength = 3; variable
860 size_t byteLength = 3; variable
901 size_t byteLength = 0; variable
928 size_t byteLength = 6; variable
970 size_t byteLength = 6; variable
1012 size_t byteLength = 8; variable
1061 size_t byteLength = 8; variable
1110 size_t byteLength = 6; variable
1152 size_t byteLength = 8; variable
1201 size_t byteLength = 8; variable
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts2084 function byteLength(string: string | BackingType, encoding: string = 'utf8'): number { function