HomeSort by relevance Sort by last modified time
    Searched refs:URES_INDEX_KEYS_TOP (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/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/common/
uresdata.h 93 URES_INDEX_KEYS_TOP, /* [1] contains the top of the key strings, */
243 * less than indexes[URES_INDEX_KEYS_TOP]<<2.
244 * Otherwise, subtract indexes[URES_INDEX_KEYS_TOP]<<2 to get the offset into
uresdata.c 202 if(indexes[URES_INDEX_KEYS_TOP]>(1+indexLength)) {
203 pResData->localKeyLimit=indexes[URES_INDEX_KEYS_TOP]<<2;
217 indexes[URES_INDEX_16BIT_TOP]>indexes[URES_INDEX_KEYS_TOP]
219 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]);
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/tools/genrb/
genrb.c 387 poolBundle.fKeysLength = (poolBundle.fIndexes[URES_INDEX_KEYS_TOP] * 4) - keysBottom;
reslist.c 775 indexes[URES_INDEX_KEYS_TOP]= bundle->fKeysTop>>2;
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 232 milliseconds