Searched refs:extractBytes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c69 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) function
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(char
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c69 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) function
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(char
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) function
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);
635 char *bytes = extractBytes(s1, "IBM424", bLength);
636 char *bytes_r = extractBytes(s
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) function
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);
635 char *bytes = extractBytes(s1, "IBM424", bLength);
636 char *bytes_r = extractBytes(s
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPublicKey.java332 private void extractBytes(byte[] encKey, int offSet, BigInteger bI) method in class:BCECPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPublicKey.java363 // extractBytes(encKey, 0, bX);
364 // extractBytes(encKey, 32, bY);
415 private void extractBytes(byte[] encKey, int offSet, BigInteger bI) method in class:JCEECPublicKey
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 3038 milliseconds