Searched refs:asciiDigits (Results 1 – 10 of 10) 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()
855 static const uint8_t asciiDigits[] = { variable955 *p++ = (char)raw ? 0 : asciiDigits[0]; in util64_toa()963 *p++ = raw ? (char)d : asciiDigits[d]; in util64_toa()1001 *p++ = (UChar)raw ? 0 : asciiDigits[0]; in util64_tou()1009 *p++ = (UChar)(raw ? d : asciiDigits[d]); in util64_tou()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
META-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...