Searched defs:hexValue (Results 1 – 6 of 6) sorted by relevance
265 int hexValue = 0; in next() local
263 int hexValue = 0; in next() local
335 private String convertHexValueToString(String hexValue) { in convertHexValueToString()
154 char hexValue[2] = { SkHexadecimalDigits::gUpper[c >> 4], in write_string() local
156 char hexValue[2] = { SkHexadecimalDigits::gUpper[c >> 4], in write_string() local
57 private boolean hexValue = false; field in BagFormatter