Searched refs:fKeysBottom (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 875 if (fKeysBottom < fKeysTop) { in write() 1045 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1046 (uint32_t)(fKeysTop - fKeysBottom), 0); in write() 1083 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1084 fKeysTop-fKeysBottom); in write() 1147 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot() 1185 fKeysBottom = (1 /* root */ + fIndexLength) * 4; in SRBRoot() 1186 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1187 fKeysTop = fKeysBottom; in SRBRoot() 1245 *pLength = fKeysTop - fKeysBottom; in getKeyBytes() [all …]
|
D | reslist.h | 110 int32_t fKeysBottom, fKeysTop; member
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 875 if (fKeysBottom < fKeysTop) { in write() 1045 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1046 (uint32_t)(fKeysTop - fKeysBottom), 0); in write() 1083 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1084 fKeysTop-fKeysBottom); in write() 1147 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot() 1185 fKeysBottom = (1 /* root */ + fIndexLength) * 4; in SRBRoot() 1186 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1187 fKeysTop = fKeysBottom; in SRBRoot() 1245 *pLength = fKeysTop - fKeysBottom; in getKeyBytes() [all …]
|
D | reslist.h | 110 int32_t fKeysBottom, fKeysTop; member
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.cpp | 875 if (fKeysBottom < fKeysTop) { in write() 1037 uint32_t checksum = computeCRC((const char *)(fKeys + fKeysBottom), in write() 1038 (uint32_t)(fKeysTop - fKeysBottom), 0); in write() 1075 udata_writeBlock(mem, fKeys+fKeysBottom, in write() 1076 fKeysTop-fKeysBottom); in write() 1139 fKeysBottom(0), fKeysTop(0), fKeysCapacity(0), in SRBRoot() 1177 fKeysBottom = (1 /* root */ + fIndexLength) * 4; in SRBRoot() 1178 uprv_memset(fKeys, 0, fKeysBottom); in SRBRoot() 1179 fKeysTop = fKeysBottom; in SRBRoot() 1237 *pLength = fKeysTop - fKeysBottom; in getKeyBytes() [all …]
|
D | reslist.h | 110 int32_t fKeysBottom, fKeysTop; member
|