Searched refs:fLocalKeyLimit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h54 int32_t fLocalKeyLimit; /* key offset < limit fits into URES_TABLE */ member in struct:SRBRoot
H A Dreslist.c310 return (uint16_t)(key + bundle->fLocalKeyLimit); /* offset in the pool bundle */
408 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&
409 (!hasPoolKeys || maxPoolKey < (0x10000 - bundle->fLocalKeyLimit))
774 bundle->fLocalKeyLimit = bundle->fKeysTop;
776 bundle->fLocalKeyLimit = 0x10000;
779 bundle->fLocalKeyLimit = 0;

Completed in 168 milliseconds