OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newBytes
(Results
1 - 25
of
71
) sorted by null
1
2
3
/external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeDecompressor.java
188
int
newBytes
= 0;
192
newBytes
= fBuffer.length - fBufferLength;
194
// verify there are
newBytes
bytes in byteBuffer
195
if(byteBufferLimit - byteBufferStart <
newBytes
)
196
newBytes
= byteBufferLimit - byteBufferStart;
199
fBuffer, fBufferLength,
newBytes
);
212
bytePos +=
newBytes
;
/external/icu/icu4c/source/i18n/
sortkey.cpp
100
uint8_t *
newBytes
= static_cast<uint8_t *>(uprv_malloc(newCapacity));
101
if(
newBytes
== NULL) { return NULL; }
103
uprv_memcpy(
newBytes
, getBytes(), length);
106
fUnion.fFields.fBytes =
newBytes
;
109
return
newBytes
;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java
191
int
newBytes
= 0;
195
newBytes
= fBuffer.length - fBufferLength;
197
// verify there are
newBytes
bytes in byteBuffer
198
if(byteBufferLimit - byteBufferStart <
newBytes
)
199
newBytes
= byteBufferLimit - byteBufferStart;
202
fBuffer, fBufferLength,
newBytes
);
215
bytePos +=
newBytes
;
/packages/apps/TV/usbtuner/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java
191
int
newBytes
= 0;
195
newBytes
= fBuffer.length - fBufferLength;
197
// verify there are
newBytes
bytes in byteBuffer
198
if(byteBufferLimit - byteBufferStart <
newBytes
)
199
newBytes
= byteBufferLimit - byteBufferStart;
202
fBuffer, fBufferLength,
newBytes
);
215
bytePos +=
newBytes
;
/external/icu/icu4c/source/common/
bytestriebuilder.cpp
382
char *
newBytes
=static_cast<char *>(uprv_malloc(newCapacity));
383
if(
newBytes
==NULL) {
390
uprv_memcpy(
newBytes
+(newCapacity-bytesLength),
393
bytes=
newBytes
;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java
571
final long
newBytes
= mInfoDelta.mTotalBytes - curSize;
573
StorageUtils.ensureAvailableSpace(mContext, outFd,
newBytes
);
657
final long
newBytes
= (mInfoDelta.mCurrentBytes + len) - curSize;
659
StorageUtils.ensureAvailableSpace(mContext, outFd,
newBytes
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
org.apache.jasper_5.5.17.v201004212143.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar
/external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/misc/common/ecj/
ecj.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
Completed in 1698 milliseconds
1
2
3