Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddescriptors_names.cc166 static constexpr uint32_t DEX_MEMBER_VALID_LOW_ASCII[4] = { variable
263 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0; in IsValidPartOfMemberNameUtf8()