Home
last modified time | relevance | path

Searched refs:poolStringIndex (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp400 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() local
401 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
402 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
1581 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2() local
1582 if (poolStringIndex >= fPoolStringIndexLimit) { in compactStringsV2()
1583 fPoolStringIndexLimit = poolStringIndex + 1; in compactStringsV2()
Dgenrb.cpp447 int32_t poolStringIndex = stringUnitsLength - remaining; in main() local
449 int32_t maxStringIndex = poolStringIndex + numCharsForLength + length - 1; in main()
458 new StringResource(poolStringIndex, numCharsForLength, in main()
Dreslist.h328 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument
335 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()