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