Home
last modified time | relevance | path

Searched defs:isHex (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/
DNameGenerator.spec.ts126 …const isHex = (hexName[j] >= '0' && hexName[j] <= '9') || (hexName[j] >= 'a' && hexName[j] <= 'f'); constant
156 …const isHex = (hexName[j] >= '0' && hexName[j] <= '9') || (hexName[j] >= 'a' && hexName[j] <= 'f'); constant