/third_party/icu/icu4c/source/common/ |
D | uresdata.cpp | 1344 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local 1399 keysBottom=1+indexLength; in ures_swap() 1456 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom), in ures_swap() 1457 outBundle+keysBottom, pErrorCode); in ures_swap() 1459 …_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom)); in ures_swap() 1506 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresdata.cpp | 1344 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local 1399 keysBottom=1+indexLength; in ures_swap() 1456 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom), in ures_swap() 1457 outBundle+keysBottom, pErrorCode); in ures_swap() 1459 …_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom)); in ures_swap() 1506 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()
|
/third_party/node/deps/icu-small/source/common/ |
D | uresdata.cpp | 1344 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local 1399 keysBottom=1+indexLength; in ures_swap() 1456 udata_swapInvStringBlock(ds, inBundle+keysBottom, 4*(keysTop-keysBottom), in ures_swap() 1457 outBundle+keysBottom, pErrorCode); in ures_swap() 1459 …_printError(ds, "ures_swap().udata_swapInvStringBlock(keys[%d]) failed\n", 4*(keysTop-keysBottom)); in ures_swap() 1506 ds->swapArray32(ds, inBundle, keysBottom*4, outBundle, pErrorCode); in ures_swap()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uresdata.cpp | 1316 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | genrb.cpp | 392 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()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | genrb.cpp | 409 int32_t keysBottom = 1 + indexLength; in main() local 411 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 412 poolBundle.fKeysLength = (keysTop - keysBottom) * 4; in main()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | genrb.cpp | 409 int32_t keysBottom = 1 + indexLength; in main() local 411 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 412 poolBundle.fKeysLength = (keysTop - keysBottom) * 4; in main()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | genrb.cpp | 409 int32_t keysBottom = 1 + indexLength; in main() local 411 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main() 412 poolBundle.fKeysLength = (keysTop - keysBottom) * 4; in main()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleReader.java | 286 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUResourceBundleReader.java | 288 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()
|