Home
last modified time | relevance | path

Searched refs:fPoolStringIndexLimit (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp401 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
402 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
470 if (offset < fPoolStringIndexLimit) { in makeRes16()
475 offset = offset - fPoolStringIndexLimit + fPoolStringIndex16Limit; in makeRes16()
893 if (fPoolStringIndexLimit != 0) { in write()
894 int32_t sum = fPoolStringIndexLimit + fLocalStringIndexLimit; in write()
899 if (fPoolStringIndexLimit < 0x10000 && sum <= 0x10000) { in write()
901 fPoolStringIndex16Limit = fPoolStringIndexLimit; in write()
906 ((int64_t)fPoolStringIndexLimit * 0xffff) / sum); in write()
1058 indexes[URES_INDEX_LENGTH] |= fPoolStringIndexLimit << 8; // bits 23..0 -> 31..8 in write()
[all …]
Dreslist.h115 int32_t fPoolStringIndexLimit; member
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp420 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
421 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
489 if (offset < fPoolStringIndexLimit) { in makeRes16()
494 offset = offset - fPoolStringIndexLimit + fPoolStringIndex16Limit; in makeRes16()
912 if (fPoolStringIndexLimit != 0) { in write()
913 int32_t sum = fPoolStringIndexLimit + fLocalStringIndexLimit; in write()
918 if (fPoolStringIndexLimit < 0x10000 && sum <= 0x10000) { in write()
920 fPoolStringIndex16Limit = fPoolStringIndexLimit; in write()
925 ((int64_t)fPoolStringIndexLimit * 0xffff) / sum); in write()
1075 indexes[URES_INDEX_LENGTH] |= fPoolStringIndexLimit << 8; // bits 23..0 -> 31..8 in write()
[all …]
Dreslist.h119 int32_t fPoolStringIndexLimit; member
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.cpp420 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
421 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
489 if (offset < fPoolStringIndexLimit) { in makeRes16()
494 offset = offset - fPoolStringIndexLimit + fPoolStringIndex16Limit; in makeRes16()
912 if (fPoolStringIndexLimit != 0) { in write()
913 int32_t sum = fPoolStringIndexLimit + fLocalStringIndexLimit; in write()
918 if (fPoolStringIndexLimit < 0x10000 && sum <= 0x10000) { in write()
920 fPoolStringIndex16Limit = fPoolStringIndexLimit; in write()
925 ((int64_t)fPoolStringIndexLimit * 0xffff) / sum); in write()
1075 indexes[URES_INDEX_LENGTH] |= fPoolStringIndexLimit << 8; // bits 23..0 -> 31..8 in write()
[all …]
Dreslist.h119 int32_t fPoolStringIndexLimit; member
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.cpp420 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
421 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
489 if (offset < fPoolStringIndexLimit) { in makeRes16()
494 offset = offset - fPoolStringIndexLimit + fPoolStringIndex16Limit; in makeRes16()
912 if (fPoolStringIndexLimit != 0) { in write()
913 int32_t sum = fPoolStringIndexLimit + fLocalStringIndexLimit; in write()
918 if (fPoolStringIndexLimit < 0x10000 && sum <= 0x10000) { in write()
920 fPoolStringIndex16Limit = fPoolStringIndexLimit; in write()
925 ((int64_t)fPoolStringIndexLimit * 0xffff) / sum); in write()
1067 indexes[URES_INDEX_LENGTH] |= fPoolStringIndexLimit << 8; // bits 23..0 -> 31..8 in write()
[all …]
Dreslist.h119 int32_t fPoolStringIndexLimit; member