OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newBytes
(Results
1 - 9
of
9
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeDecompressor.java
190
int
newBytes
= 0;
194
newBytes
= fBuffer.length - fBufferLength;
196
// verify there are
newBytes
bytes in byteBuffer
197
if(byteBufferLimit - byteBufferStart <
newBytes
)
198
newBytes
= byteBufferLimit - byteBufferStart;
201
fBuffer, fBufferLength,
newBytes
);
214
bytePos +=
newBytes
;
/external/icu/icu4c/source/i18n/
sortkey.cpp
102
uint8_t *
newBytes
= static_cast<uint8_t *>(uprv_malloc(newCapacity));
103
if(
newBytes
== NULL) { return NULL; }
105
uprv_memcpy(
newBytes
, getBytes(), length);
108
fUnion.fFields.fBytes =
newBytes
;
111
return
newBytes
;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java
193
int
newBytes
= 0;
197
newBytes
= fBuffer.length - fBufferLength;
199
// verify there are
newBytes
bytes in byteBuffer
200
if(byteBufferLimit - byteBufferStart <
newBytes
)
201
newBytes
= byteBufferLimit - byteBufferStart;
204
fBuffer, fBufferLength,
newBytes
);
217
bytePos +=
newBytes
;
/external/icu/icu4c/source/common/
bytestriebuilder.cpp
385
char *
newBytes
=static_cast<char *>(uprv_malloc(newCapacity));
386
if(
newBytes
==NULL) {
393
uprv_memcpy(
newBytes
+(newCapacity-bytesLength),
396
bytes=
newBytes
;
/external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar
/external/cldr/tools/java/libs/
icu4j.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
/external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar
Completed in 1767 milliseconds