Searched refs:bytesLength (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dbytestriebuilder.cpp129 bytes(NULL), bytesCapacity(0), bytesLength(0) {
150 if(bytesLength>0) {
195 newTrie=new BytesTrie(bytes, bytes+(bytesCapacity-bytesLength));
211 result.set(bytes+(bytesCapacity-bytesLength), bytesLength);
221 if(bytes!=NULL && bytesLength>0) {
225 if(bytesLength==0) {
249 bytesLength=0;
274 bytesLength=0;
390 uprv_memcpy(newBytes+(newCapacity-bytesLength),
[all...]
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp129 bytes(NULL), bytesCapacity(0), bytesLength(0) {
150 if(bytesLength>0) {
195 newTrie=new BytesTrie(bytes, bytes+(bytesCapacity-bytesLength));
211 result.set(bytes+(bytesCapacity-bytesLength), bytesLength);
221 if(bytes!=NULL && bytesLength>0) {
225 if(bytesLength==0) {
249 bytesLength=0;
274 bytesLength=0;
390 uprv_memcpy(newBytes+(newCapacity-bytesLength),
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.h39 int32_t bytesLength; member in struct:ConversionCase
H A Dconvtest.cpp120 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
236 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
242 } else if(offsetsLength!=cc.bytesLength) {
244 i, cc.bytesLength, offsetsLength);
769 bytesLimit=source+cc.bytesLength;
1041 (const char *)cc.bytes, cc.bytesLength,
1057 (const char *)cc.bytes, cc.bytesLength,
1121 s=printBytes(cc.bytes, cc.bytesLength, bytesString);
1144 bytesString, cc.bytesLength,
1549 if(cc.bytesLength!
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h39 int32_t bytesLength; member in struct:ConversionCase
H A Dconvtest.cpp129 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
254 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
260 } else if(offsetsLength!=cc.bytesLength) {
262 i, cc.bytesLength, offsetsLength);
796 bytesLimit=source+cc.bytesLength;
1068 (const char *)cc.bytes, cc.bytesLength,
1084 (const char *)cc.bytes, cc.bytesLength,
1148 s=printBytes(cc.bytes, cc.bytesLength, bytesString);
1171 bytesString, cc.bytesLength,
1576 if(cc.bytesLength!
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dxmlparser.cpp170 int32_t fileLength, bytesLength, length, capacity; local
183 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184 if(bytesLength<(int32_t)sizeof(bytes)) {
186 fileLength=bytesLength;
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
210 buffer=src.getBuffer(bytesLength);
221 &pb, bytes+bytesLength,
275 // convert contents of bytes[bytesLength]
289 &pb, bytes+bytesLength,
309 bytesLength
[all...]
H A Ducm.c906 table->bytesLength=table->codePointsLength=0;
975 idx=table->bytesLength;
976 table->bytesLength+=m->bLen;
977 if(table->bytesLength>table->bytesCapacity) {
H A Ducm.h76 int32_t bytesCapacity, bytesLength; member in struct:UCMTable
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp170 int32_t fileLength, bytesLength, length, capacity; local
183 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184 if(bytesLength<(int32_t)sizeof(bytes)) {
186 fileLength=bytesLength;
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
210 buffer=src.getBuffer(bytesLength);
221 &pb, bytes+bytesLength,
275 // convert contents of bytes[bytesLength]
289 &pb, bytes+bytesLength,
309 bytesLength
[all...]
H A Ducm.c906 table->bytesLength=table->codePointsLength=0;
975 idx=table->bytesLength;
976 table->bytesLength+=m->bLen;
977 if(table->bytesLength>table->bytesCapacity) {
H A Ducm.h76 int32_t bytesCapacity, bytesLength; member in struct:UCMTable
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestriebuilder.h175 // Grows from the back: bytesLength measures from the end of the buffer!
178 int32_t bytesLength; member in class:BytesTrieBuilder
/external/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h175 // Grows from the back: bytesLength measures from the end of the buffer!
178 int32_t bytesLength; member in class:BytesTrieBuilder
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java1744 int bytesLength = bytes.length;
1745 for (int i = 0; i < bytesLength; i++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 516 milliseconds