Searched refs:hexPrefix (Results 1 – 1 of 1) sorted by relevance
55 val hexPrefix = "0x" in getApplicableMethodNames() constant56 val hexIndex = argumentText.indexOf(hexPrefix, ignoreCase = true) in getApplicableMethodNames()59 val hexArgument = argumentText.substring(hexIndex + hexPrefix.length) in getApplicableMethodNames()82 val replacement = hexPrefix + alphaChannel + hexArgument in getApplicableMethodNames()