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

  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 661 * Add padding bytes to fKeys so that fKeysTop is 4-aligned.
664 while (bundle->fKeysTop & 3) {
665 bundle->fKeys[bundle->fKeysTop++] = (char)0xaa;
675 if (bundle->fKeysBottom < bundle->fKeysTop) {
676 if (bundle->fKeysTop <= 0x10000) {
677 bundle->fLocalKeyLimit = bundle->fKeysTop;
694 byteOffset = bundle->fKeysTop + bundle->f16BitUnitsLength * 2;
775 indexes[URES_INDEX_KEYS_TOP]= bundle->fKeysTop>>2;
793 indexes[URES_INDEX_16BIT_TOP] = (bundle->fKeysTop>>2) + (bundle->f16BitUnitsLength>>1);
800 (uint32_t)(bundle->fKeysTop - bundle->fKeysBottom)
    [all...]
reslist.h 52 int32_t fKeysBottom, fKeysTop;
  /external/icu/icu4c/source/tools/genrb/
reslist.c 758 * Add padding bytes to fKeys so that fKeysTop is 4-aligned.
761 while (bundle->fKeysTop & 3) {
762 bundle->fKeys[bundle->fKeysTop++] = (char)0xaa;
772 if (bundle->fKeysBottom < bundle->fKeysTop) {
773 if (bundle->fKeysTop <= 0x10000) {
774 bundle->fLocalKeyLimit = bundle->fKeysTop;
791 byteOffset = bundle->fKeysTop + bundle->f16BitUnitsLength * 2;
872 indexes[URES_INDEX_KEYS_TOP]= bundle->fKeysTop>>2;
890 indexes[URES_INDEX_16BIT_TOP] = (bundle->fKeysTop>>2) + (bundle->f16BitUnitsLength>>1);
897 (uint32_t)(bundle->fKeysTop - bundle->fKeysBottom)
    [all...]
reslist.h 51 int32_t fKeysBottom, fKeysTop;

Completed in 1515 milliseconds