OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLocalKeyLimit
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/genrb/
reslist.h
55
int32_t
fLocalKeyLimit
; /* key offset < limit fits into URES_TABLE */
reslist.c
208
return (uint16_t)(key + bundle->
fLocalKeyLimit
); /* offset in the pool bundle */
309
(!hasLocalKeys || maxKey < bundle->
fLocalKeyLimit
) &&
310
(!hasPoolKeys || maxPoolKey < (0x10000 - bundle->
fLocalKeyLimit
))
675
bundle->
fLocalKeyLimit
= bundle->fKeysTop;
677
bundle->
fLocalKeyLimit
= 0x10000;
680
bundle->
fLocalKeyLimit
= 0;
[
all
...]
Completed in 16 milliseconds