Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresdata.cpp1300 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
1355 keysBottom=1+indexLength; in ures_swap()
1412 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom), in ures_swap()
1413 outBundle+keysBottom, pErrorCode); in ures_swap()
1415 …_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom)); in ures_swap()
1462 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()
/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp389 int32_t keysBottom = 1 + indexLength; in main() local
391 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main()
392 poolBundle.fKeysLength = (keysTop - keysBottom) * 4; in main()
/external/icu/android_icu4j/src/main/java/android/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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java283 int keysBottom = 1 + indexLength; in init() local
285 if(keysTop > keysBottom) { in init()
293 keyBytes = new byte[(keysTop - keysBottom) << 2]; in init()
294 bytes.position(keysBottom << 2); in init()