Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5415 int32_t rules_length, target_cap, bytes_needed, buff_size; in TestJitterbug981() local
5473 int32_t target_cap, bytes_needed, numNeeded = 0; in TestJitterbug1293() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs41142 let target_cap = cmp::max(cmp::max(min_capacity, self.len()) + 1, MINIMUM_CAPACITY + 1) localVariable