Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresdata.cpp1312 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
1367 keysBottom=1+indexLength; in ures_swap()
1424 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom), in ures_swap()
1425 outBundle+keysBottom, pErrorCode); in ures_swap()
1427 …_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom)); in ures_swap()
1474 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()
/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp392 int32_t keysBottom = 1 + indexLength; in main() local
394 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main()
395 poolBundle.fKeysLength = (keysTop - keysBottom) * 4; in main()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java287 int keysBottom = 1 + indexLength; in init() local
289 if(keysTop > keysBottom) { in init()
297 keyBytes = new byte[(keysTop - keysBottom) << 2]; in init()
298 bytes.position(keysBottom << 2); in init()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java285 int keysBottom = 1 + indexLength; in init() local
287 if(keysTop > keysBottom) { in init()
295 keyBytes = new byte[(keysTop - keysBottom) << 2]; in init()
296 bytes.position(keysBottom << 2); in init()