Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/test_util/unittest/
Dtest_util.cpp715 size_t byteLength = 3; variable
757 size_t byteLength = 3; variable
799 size_t byteLength = 6; variable
841 size_t byteLength = 6; variable
883 size_t byteLength = 8; variable
932 size_t byteLength = 8; variable
981 size_t byteLength = 6; variable
1023 size_t byteLength = 8; variable
1072 size_t byteLength = 8; variable
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts1933 function byteLength(string: string | BackingType, encoding: string = "utf8"): number { function