HomeSort by relevance Sort by last modified time
    Searched refs:extractBytes (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
ScanRecord.java 222 extractBytes(scanRecord, currentPos, dataLength));
231 byte[] serviceDataUuidBytes = extractBytes(scanRecord, currentPos,
235 byte[] serviceDataArray = extractBytes(scanRecord,
244 byte[] manufacturerDataBytes = extractBytes(scanRecord, currentPos + 2,
280 byte[] uuidBytes = extractBytes(scanRecord, currentPos,
290 private static byte[] extractBytes(byte[] scanRecord, int start, int length) {
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 69 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength)
131 bytes = extractBytes(s, sLength, "UTF-8", &byteLength);
170 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength);
171 char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &leLength);
241 bISO = extractBytes(sISO, sISOLength, "ISO-8859-1", &lISO);
242 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows);
293 bytes = extractBytes(s, sLength, "ISO-8859-1", &byteLength);
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
476 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength);
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength)
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length)
172 char *bytes = extractBytes(testString, codepage, byteLength);
328 char *bytes = extractBytes(s, "UTF-8", byteLength);
367 char *beBytes = extractBytes(s, "UTF-16BE", beLength);
368 char *leBytes = extractBytes(s, "UTF-16LE", leLength);
428 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
495 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
496 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows);
636 char *bytes = extractBytes(s1, "IBM424", bLength);
637 char *bytes_r = extractBytes(s2, "IBM424", brLength)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPublicKey.java 337 private void extractBytes(byte[] encKey, int offSet, BigInteger bI)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java 365 // extractBytes(encKey, 0, bX);
366 // extractBytes(encKey, 32, bY);
417 private void extractBytes(byte[] encKey, int offSet, BigInteger bI)
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 476 milliseconds