Searched refs:toHexDigit_ (Results 1 – 1 of 1) sorted by relevance
688 jspb.utils.toHexDigit_ = function(nibble) { function718 temp[i * 2 + 2] = jspb.utils.toHexDigit_(c >> 4);719 temp[i * 2 + 3] = jspb.utils.toHexDigit_(c & 0xF);