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

  /external/icu4c/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/icu4c/test/intltest/
csdetest.cpp 125 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length)
160 char *bytes = extractBytes(testString, codepage, byteLength);
277 char *bytes = extractBytes(s, "UTF-8", byteLength);
316 char *beBytes = extractBytes(s, "UTF-16BE", beLength);
317 char *leBytes = extractBytes(s, "UTF-16LE", leLength);
377 char *bytes = extractBytes(s, "ISO-8859-1", byteLength);
444 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO);
445 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows);
584 char *bytes = extractBytes(s1, "IBM424", bLength);
585 char *bytes_r = extractBytes(s2, "IBM424", brLength)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java 364 // extractBytes(encKey, 0, bX);
365 // extractBytes(encKey, 32, bY);
409 private void extractBytes(byte[] encKey, int offSet, BigInteger bI)

Completed in 77 milliseconds