OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URES_INDEX_KEYS_TOP
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
uresdata.h
87
URES_INDEX_KEYS_TOP
, /* [1] contains the top of the key strings, */
237
* less than indexes[
URES_INDEX_KEYS_TOP
]<<2.
238
* Otherwise, subtract indexes[
URES_INDEX_KEYS_TOP
]<<2 to get the offset into
uresdata.c
195
if(indexes[
URES_INDEX_KEYS_TOP
]>(1+indexLength)) {
196
pResData->localKeyLimit=indexes[
URES_INDEX_KEYS_TOP
]<<2;
210
indexes[URES_INDEX_16BIT_TOP]>indexes[
URES_INDEX_KEYS_TOP
]
212
pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[
URES_INDEX_KEYS_TOP
]);
[
all
...]
/external/icu4c/tools/genrb/
genrb.c
392
poolBundle.fKeysLength = (poolBundle.fIndexes[
URES_INDEX_KEYS_TOP
] * 4) - keysBottom;
reslist.c
773
indexes[
URES_INDEX_KEYS_TOP
]= bundle->fKeysTop>>2;
[
all
...]
Completed in 444 milliseconds