OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poolStringIndex
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/tools/genrb/
genrb.cpp
444
int32_t
poolStringIndex
= stringUnitsLength - remaining;
446
int32_t maxStringIndex =
poolStringIndex
+ numCharsForLength + length - 1;
455
new StringResource(
poolStringIndex
, numCharsForLength,
reslist.h
326
StringResource(int32_t
poolStringIndex
, int8_t numCharsForLength,
333
fRes = URES_MAKE_RESOURCE(URES_STRING_V2,
poolStringIndex
);
reslist.cpp
398
int32_t
poolStringIndex
= (int32_t)RES_GET_OFFSET(fSame->fRes);
399
if (
poolStringIndex
>= bundle->fPoolStringIndexLimit) {
400
bundle->fPoolStringIndexLimit =
poolStringIndex
+ 1;
[
all
...]
Completed in 150 milliseconds