Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
Djs_textdecoder.cpp71 size_t limit = GetMinByteSize() * length; in Decode() local
128 size_t limit = GetMinByteSize() * length; in DecodeToString() local
Djs_stringdecoder.cpp45 size_t limit = static_cast<size_t>(ucnv_getMinCharSize(conv_)) * length; in Write() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs237 let mut limit = local_run_queue.remaining() as usize; in get_task_from_queues() localVariable
256 let limit = local_run_queue.remaining() as usize; in get_task_from_queues() localVariable
/commonlibrary/ets_utils/platform/ohos/
Dutil_helper.cpp70 size_t limit = maxByteSize * inputSize; in UnicodeConversion() local