Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/tools/genrb/
Dreslist.h55 int32_t fLocalKeyLimit; /* key offset < limit fits into URES_TABLE */ member
Dreslist.c210 return (uint16_t)(key + bundle->fLocalKeyLimit); /* offset in the pool bundle */ in makeKey16()
311 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) && in table_write16()
312 (!hasPoolKeys || maxPoolKey < (0x10000 - bundle->fLocalKeyLimit)) in table_write16()
677 bundle->fLocalKeyLimit = bundle->fKeysTop; in bundle_write()
679 bundle->fLocalKeyLimit = 0x10000; in bundle_write()
682 bundle->fLocalKeyLimit = 0; in bundle_write()
/external/icu/icu4c/source/tools/genrb/
Dreslist.h54 int32_t fLocalKeyLimit; /* key offset < limit fits into URES_TABLE */ member
Dreslist.c310 return (uint16_t)(key + bundle->fLocalKeyLimit); /* offset in the pool bundle */ in makeKey16()
408 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) && in table_write16()
409 (!hasPoolKeys || maxPoolKey < (0x10000 - bundle->fLocalKeyLimit)) in table_write16()
774 bundle->fLocalKeyLimit = bundle->fKeysTop; in bundle_write()
776 bundle->fLocalKeyLimit = 0x10000; in bundle_write()
779 bundle->fLocalKeyLimit = 0; in bundle_write()