Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresdata.cpp1316 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
1371 keysBottom=1+indexLength; in ures_swap()
1428 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom), in ures_swap()
1429 outBundle+keysBottom, pErrorCode); in ures_swap()
1431 …_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom)); in ures_swap()
1478 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/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java286 int keysBottom = 1 + indexLength; in init() local
288 if(keysTop > keysBottom) { in init()
296 keyBytes = new byte[(keysTop - keysBottom) << 2]; in init()
297 bytes.position(keysBottom << 2); in init()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java288 int keysBottom = 1 + indexLength; in init() local
290 if(keysTop > keysBottom) { in init()
298 keyBytes = new byte[(keysTop - keysBottom) << 2]; in init()
299 bytes.position(keysBottom << 2); in init()