Searched refs:fPoolStringIndexLimit (Results 1 – 2 of 2) sorted by relevance
401 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 …]
115 int32_t fPoolStringIndexLimit; member