Searched refs:fPoolStringIndexLimit (Results 1 – 2 of 2) sorted by relevance
408 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()409 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()477 if (offset < fPoolStringIndexLimit) { in makeRes16()482 offset = offset - fPoolStringIndexLimit + fPoolStringIndex16Limit; in makeRes16()900 if (fPoolStringIndexLimit != 0) { in write()901 int32_t sum = fPoolStringIndexLimit + fLocalStringIndexLimit; in write()906 if (fPoolStringIndexLimit < 0x10000 && sum <= 0x10000) { in write()908 fPoolStringIndex16Limit = fPoolStringIndexLimit; in write()913 ((int64_t)fPoolStringIndexLimit * 0xffff) / sum); in write()1063 indexes[URES_INDEX_LENGTH] |= fPoolStringIndexLimit << 8; // bits 23..0 -> 31..8 in write()[all …]
119 int32_t fPoolStringIndexLimit; member