Searched refs:fKeysBottom (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 863 if (fKeysBottom < fKeysTop) { in write() 1033 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1034 (uint32_t)(fKeysTop - fKeysBottom), 0); in write() 1071 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1072 fKeysTop-fKeysBottom); in write() 1135 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot() 1173 fKeysBottom = (1 /* root */ + fIndexLength) * 4; in SRBRoot() 1174 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1175 fKeysTop = fKeysBottom; in SRBRoot() 1233 *pLength = fKeysTop - fKeysBottom; in getKeyBytes() [all …]
|
D | reslist.h | 110 int32_t fKeysBottom, fKeysTop; member
|