HomeSort by relevance Sort by last modified time
    Searched defs:bytesLength (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
bytestriebuilder.h 175 // Grows from the back: bytesLength measures from the end of the buffer!
178 int32_t bytesLength;
  /external/icu/icu4c/source/common/unicode/
bytestriebuilder.h 175 // Grows from the back: bytesLength measures from the end of the buffer!
178 int32_t bytesLength;
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.h 39 int32_t bytesLength;
  /external/icu/icu4c/source/test/intltest/
convtest.h 39 int32_t bytesLength;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h 76 int32_t bytesCapacity, bytesLength;
xmlparser.cpp 170 int32_t fileLength, bytesLength, length, capacity;
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=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes))
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 76 int32_t bytesCapacity, bytesLength;
xmlparser.cpp 170 int32_t fileLength, bytesLength, length, capacity;
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=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 210 milliseconds