Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/binary/
DHex.java71 int f = toDigit(data[j], j) << 4; in decodeHex()
73 f = f | toDigit(data[j], j); in decodeHex()
89 protected static int toDigit(char ch, int index) throws DecoderException { in toDigit() method in Hex
/external/apache-http/api/
Dapache-http-legacy-current.txt549 method protected static int toDigit(char, int) throws org.apache.commons.codec.DecoderException;