Home
last modified time | relevance | path

Searched refs:wordIdx (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddescriptors_names.cc260 uint32_t wordIdx = c >> 5; in IsValidPartOfMemberNameUtf8() local
263 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0; in IsValidPartOfMemberNameUtf8()