OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIndexes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c
102
const int32_t *
fIndexes
;
384
poolBundle.
fIndexes
= (const int32_t *)poolBundle.fKeys + 1;
385
indexLength = poolBundle.
fIndexes
[URES_INDEX_LENGTH] & 0xff;
392
poolBundle.fKeysLength = (poolBundle.
fIndexes
[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
393
poolBundle.fChecksum = poolBundle.
fIndexes
[URES_INDEX_POOL_CHECKSUM];
/external/icu/icu4c/source/tools/genrb/
genrb.c
115
const int32_t *
fIndexes
;
394
poolBundle.
fIndexes
= (const int32_t *)poolBundle.fKeys + 1;
395
indexLength = poolBundle.
fIndexes
[URES_INDEX_LENGTH] & 0xff;
402
poolBundle.fKeysLength = (poolBundle.
fIndexes
[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
403
poolBundle.fChecksum = poolBundle.
fIndexes
[URES_INDEX_POOL_CHECKSUM];
Completed in 2186 milliseconds