Searched refs:keysBottom (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/common/ |
D | uresdata.c | 963 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local 1017 keysBottom=1+indexLength; in ures_swap() 1074 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom), in ures_swap() 1075 outBundle+keysBottom, pErrorCode); in ures_swap() 1077 …_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom)); in ures_swap() 1124 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()
|
/external/icu4c/tools/genrb/ |
D | genrb.c | 354 int32_t keysBottom; in main() local 390 keysBottom = (1 + indexLength) * 4; in main() 391 poolBundle.fKeys += keysBottom; in main() 392 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom; in main()
|