Home
last modified time | relevance | path

Searched refs:toHexDigit_ (Results 1 – 1 of 1) sorted by relevance

/external/cronet/third_party/protobuf/js/binary/
Dutils.js693 jspb.utils.toHexDigit_ = function(nibble) { function
723 temp[i * 2 + 2] = jspb.utils.toHexDigit_(c >> 4);
724 temp[i * 2 + 3] = jspb.utils.toHexDigit_(c & 0xF);