OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f16BitUnitsCapacity
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
reslist.h
59
int32_t
f16BitUnitsCapacity
;
reslist.c
147
if ((bundle->f16BitUnitsLength + length) > bundle->
f16BitUnitsCapacity
) {
149
int32_t capacity = 2 * bundle->
f16BitUnitsCapacity
+ length + 1024;
164
bundle->
f16BitUnitsCapacity
= capacity;
[
all
...]
Completed in 926 milliseconds