Home
last modified time | relevance | path

Searched refs:extractBytes (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c70 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLeng… in extractBytes() function
132 bytes = extractBytes(s, sLength, "UTF-8", &byteLength); in TestUTF8()
171 char *beBytes = extractBytes(chars, cLength, "UTF-16BE", &beLength); in TestUTF16()
172 char *leBytes = extractBytes(chars, cLength, "UTF-16LE", &leLength); in TestUTF16()
242 bISO = extractBytes(sISO, sISOLength, "ISO-8859-1", &lISO); in TestC1Bytes()
243 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows); in TestC1Bytes()
294 bytes = extractBytes(s, sLength, "ISO-8859-1", &byteLength); in TestInputFilter()
476 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength); in TestIBM424()
477 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength); in TestIBM424()
554 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength); in TestIBM420()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp137 static char *extractBytes(const UnicodeString &source, const char *codepage, int32_t &length) in extractBytes() function
172 char *bytes = extractBytes(testString, codepage, byteLength); in checkEncoding()
328 char *bytes = extractBytes(s, "UTF-8", byteLength); in UTF8Test()
367 char *beBytes = extractBytes(s, "UTF-16BE", beLength); in UTF16Test()
368 char *leBytes = extractBytes(s, "UTF-16LE", leLength); in UTF16Test()
428 char *bytes = extractBytes(s, "ISO-8859-1", byteLength); in InputFilterTest()
495 char *bISO = extractBytes(sISO, "ISO-8859-1", lISO); in C1BytesTest()
496 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in C1BytesTest()
636 char *bytes = extractBytes(s1, "IBM424", bLength); in IBM424Test()
637 char *bytes_r = extractBytes(s2, "IBM424", brLength); in IBM424Test()
[all …]
/external/piex/src/binary_parse/
Drange_checked_byte_ptr.cc144 std::vector<unsigned char> bytes = extractBytes(pos, length); in substr()
153 std::vector<unsigned char> RangeCheckedBytePtr::extractBytes( in extractBytes() function in piex::binary_parse::RangeCheckedBytePtr
265 std::vector<unsigned char> x_vec = x.extractBytes(0, num); in memcmp()
266 std::vector<unsigned char> y_vec = y.extractBytes(0, num); in memcmp()
277 std::vector<unsigned char> x_vec = x.extractBytes(0, y.length()); in strcmp()
Drange_checked_byte_ptr.h321 std::vector<unsigned char> extractBytes(size_t pos, size_t length) const;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java406 private void extractBytes(byte[] encKey, int offSet, BigInteger bI) in extractBytes() method in JCEECPublicKey
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DJCEECPublicKey.java410 private void extractBytes(byte[] encKey, int offSet, BigInteger bI) in extractBytes() method in JCEECPublicKey