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

  /dalvik/libdex/
DexUtf.h 88 u4 wordIdx = c >> 5;
91 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;
  /art/runtime/
utils.cc 721 uint32_t wordIdx = c >> 5;
724 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;
    [all...]

Completed in 57 milliseconds