Searched refs:asciiDigits (Results 1 – 5 of 5) sorted by relevance
639 private static final byte[] asciiDigits = new byte[128]; field in Ints642 Arrays.fill(asciiDigits, (byte) -1); in Arrays.fill() argument644 asciiDigits['0' + i] = (byte) i;647 asciiDigits['A' + i] = (byte) (10 + i);648 asciiDigits['a' + i] = (byte) (10 + i);653 return (c < 128) ? asciiDigits[c] : -1; in digit()
587 private static final byte[] asciiDigits = new byte[128]; field in Ints590 Arrays.fill(asciiDigits, (byte) -1); in Arrays.fill() argument592 asciiDigits['0' + i] = (byte) i;595 asciiDigits['A' + i] = (byte) (10 + i);596 asciiDigits['a' + i] = (byte) (10 + i);601 return (c < 128) ? asciiDigits[c] : -1; in digit()
844 static const uint8_t asciiDigits[] = { variable944 *p++ = (char)raw ? 0 : asciiDigits[0]; in util64_toa()952 *p++ = raw ? (char)d : asciiDigits[d]; in util64_toa()990 *p++ = (UChar)raw ? 0 : asciiDigits[0]; in util64_tou()998 *p++ = (UChar)(raw ? d : asciiDigits[d]); in util64_tou()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...