OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesCapacity
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
ucm.c
952
if(m->bLen>4 && table->
bytesCapacity
==0) {
953
table->
bytesCapacity
=10000;
954
table->bytes=(uint8_t *)uprv_malloc(table->
bytesCapacity
);
957
(int)table->
bytesCapacity
);
977
if(table->bytesLength>table->
bytesCapacity
) {
[
all
...]
ucm.h
75
int32_t
bytesCapacity
, bytesLength;
Completed in 27 milliseconds