Searched refs:fKeysBottom (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 856 if (fKeysBottom < fKeysTop) { in write() 1029 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1030 (uint32_t)(fKeysTop - fKeysBottom), 0); in write() 1066 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1067 fKeysTop-fKeysBottom); in write() 1130 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), fKeysCount(0), fLocalKeyLimit(0), in SRBRoot() 1167 fKeysBottom = (1 /* root */ + fIndexLength) * 4; in SRBRoot() 1168 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1169 fKeysTop = fKeysBottom; in SRBRoot() 1227 *pLength = fKeysTop - fKeysBottom; in getKeyBytes() [all …]
|
D | reslist.h | 106 int32_t fKeysBottom, fKeysTop; member
|