Searched refs:poolStringIndex (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 400 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()
|
D | genrb.cpp | 447 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()
|
D | reslist.h | 328 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument 335 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | genrb.cpp | 464 int32_t poolStringIndex = stringUnitsLength - remaining; in main() local 466 int32_t maxStringIndex = poolStringIndex + numCharsForLength + length - 1; in main() 475 new StringResource(poolStringIndex, numCharsForLength, in main()
|
D | reslist.cpp | 419 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()
|
D | reslist.h | 350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument 357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | genrb.cpp | 464 int32_t poolStringIndex = stringUnitsLength - remaining; in main() local 466 int32_t maxStringIndex = poolStringIndex + numCharsForLength + length - 1; in main() 475 new StringResource(poolStringIndex, numCharsForLength, in main()
|
D | reslist.cpp | 419 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() 1638 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2() local 1639 if (poolStringIndex >= fPoolStringIndexLimit) { in compactStringsV2() 1640 fPoolStringIndexLimit = poolStringIndex + 1; in compactStringsV2()
|
D | reslist.h | 350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument 357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | genrb.cpp | 464 int32_t poolStringIndex = stringUnitsLength - remaining; in main() local 466 int32_t maxStringIndex = poolStringIndex + numCharsForLength + length - 1; in main() 475 new StringResource(poolStringIndex, numCharsForLength, in main()
|
D | reslist.cpp | 419 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() 1638 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2() local 1639 if (poolStringIndex >= fPoolStringIndexLimit) { in compactStringsV2() 1640 fPoolStringIndexLimit = poolStringIndex + 1; in compactStringsV2()
|
D | reslist.h | 350 StringResource(int32_t poolStringIndex, int8_t numCharsForLength, in StringResource() argument 357 fRes = URES_MAKE_RESOURCE(URES_STRING_V2, poolStringIndex); in StringResource()
|