OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extractBytes
(Results
1 - 6
of
6
) sorted by null
/external/piex/src/binary_parse/
range_checked_byte_ptr.cc
144
std::vector<unsigned char> bytes =
extractBytes
(pos, length);
153
std::vector<unsigned char> RangeCheckedBytePtr::
extractBytes
(
265
std::vector<unsigned char> x_vec = x.
extractBytes
(0, num);
266
std::vector<unsigned char> y_vec = y.
extractBytes
(0, num);
277
std::vector<unsigned char> x_vec = x.
extractBytes
(0, y.length());
range_checked_byte_ptr.h
321
std::vector<unsigned char>
extractBytes
(size_t pos, size_t length) const;
/external/icu/icu4c/source/test/cintltst/
ucsdetst.c
70
static char *
extractBytes
(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength)
132
bytes =
extractBytes
(s, sLength, "UTF-8", &byteLength);
171
char *beBytes =
extractBytes
(chars, cLength, "UTF-16BE", &beLength);
172
char *leBytes =
extractBytes
(chars, cLength, "UTF-16LE", &leLength);
242
bISO =
extractBytes
(sISO, sISOLength, "ISO-8859-1", &lISO);
243
bWindows =
extractBytes
(sWindows, sWindowsLength, "windows-1252", &lWindows);
294
bytes =
extractBytes
(s, sLength, "ISO-8859-1", &byteLength);
476
char *bytes =
extractBytes
(chars, cLength, "IBM424", &bLength);
477
char *bytes_r =
extractBytes
(chars_reverse, crLength, "IBM424", &brLength);
554
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
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java
353
extractBytes
(encKey, 0, bX);
354
extractBytes
(encKey, 32, bY);
406
private void
extractBytes
(byte[] encKey, int offSet, BigInteger bI)
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
JCEECPublicKey.java
357
extractBytes
(encKey, 0, bX);
358
extractBytes
(encKey, 32, bY);
410
private void
extractBytes
(byte[] encKey, int offSet, BigInteger bI)
Completed in 4757 milliseconds