Home
last modified time | relevance | path

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

/external/glide/library/src/main/java/com/bumptech/glide/util/
DUtil.java41 private static String bytesToHex(byte[] bytes, char[] hexChars) { in bytesToHex() argument
45 hexChars[j * 2] = HEX_CHAR_ARRAY[v >>> 4]; in bytesToHex()
46 hexChars[j * 2 + 1] = HEX_CHAR_ARRAY[v & 0x0F]; in bytesToHex()
48 return new String(hexChars); in bytesToHex()
/external/apache-http/android/src/android/net/http/
DRequestHandle.java412 final char hexChars[] = in bufferToHex() local
424 hex.append(hexChars[h]); in bufferToHex()
425 hex.append(hexChars[l]); in bufferToHex()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1628 String hexChars = "0123456789abcdef"; in appendCharToBuf() local
1632 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf()
1638 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1632 String hexChars = "0123456789abcdef"; in appendCharToBuf() local
1636 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf()
1642 dest.append(hexChars.charAt((((int)c)>>bn)&0xf)); in appendCharToBuf()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4349 UnicodeString hexChars("0123456789abcdef"); in RunMonkey() local
4363 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey()
4368 errorText.append(hexChars.charAt((c>>bn)&0xf)); in RunMonkey()
/external/guice/extensions/persist/lib/
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...