Searched defs:hexValue (Results 1 – 7 of 7) sorted by relevance
163 int hexValue; in hex2mem() local203 int hexValue; in hexToInt() local
263 int hexValue = 0; in next() local
265 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
153 char hexValue[2] = { SkHexadecimalDigits::gUpper[c >> 4], in write_string() local
57 private boolean hexValue = false; field in BagFormatter