Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/icu/source/tools/genrb/
Dgenrb.cpp482 int32_t poolStringIndex = stringUnitsLength - remaining; in main() local
484 int32_t maxStringIndex = poolStringIndex + numCharsForLength + length - 1; in main()
493 new StringResource(poolStringIndex, numCharsForLength, in main()
Dreslist.cpp419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() local
420 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
421 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
1630 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2() local
1631 if (poolStringIndex >= fPoolStringIndexLimit) { in compactStringsV2()
1632 fPoolStringIndexLimit = poolStringIndex + 1; in compactStringsV2()
Dreslist.h350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument
357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
/external/cronet/stable/third_party/icu/source/tools/genrb/
Dgenrb.cpp482 int32_t poolStringIndex = stringUnitsLength - remaining; in main() local
484 int32_t maxStringIndex = poolStringIndex + numCharsForLength + length - 1; in main()
493 new StringResource(poolStringIndex, numCharsForLength, in main()
Dreslist.cpp419 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(fSame->fRes); in handlePreflightStrings() local
420 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
421 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
1630 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2() local
1631 if (poolStringIndex >= fPoolStringIndexLimit) { in compactStringsV2()
1632 fPoolStringIndexLimit = poolStringIndex + 1; in compactStringsV2()
Dreslist.h350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument
357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp482 int32_t poolStringIndex = stringUnitsLength - remaining; in main() local
484 int32_t maxStringIndex = poolStringIndex + numCharsForLength + length - 1; in main()
493 new StringResource(poolStringIndex, numCharsForLength, in main()
Dreslist.cpp419 int32_t poolStringIndex = static_cast<int32_t>(RES_GET_OFFSET(fSame->fRes)); in handlePreflightStrings() local
420 if (poolStringIndex >= bundle->fPoolStringIndexLimit) { in handlePreflightStrings()
421 bundle->fPoolStringIndexLimit = poolStringIndex + 1; in handlePreflightStrings()
1632 … int32_t poolStringIndex = static_cast<int32_t>(RES_GET_OFFSET(suffixRes->fRes)); in compactStringsV2() local
1633 if (poolStringIndex >= fPoolStringIndexLimit) { in compactStringsV2()
1634 fPoolStringIndexLimit = poolStringIndex + 1; in compactStringsV2()
Dreslist.h350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument
357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()