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

/external/icu/icu4c/source/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;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.h55 int32_t fLocalKeyLimit; /* key offset < limit fits into URES_TABLE */ member in struct:SRBRoot
H A Dreslist.c210 return (uint16_t)(key + bundle->fLocalKeyLimit); /* offset in the pool bundle */
311 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&
312 (!hasPoolKeys || maxPoolKey < (0x10000 - bundle->fLocalKeyLimit))
677 bundle->fLocalKeyLimit = bundle->fKeysTop;
679 bundle->fLocalKeyLimit = 0x10000;
682 bundle->fLocalKeyLimit = 0;

Completed in 101 milliseconds