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

  /external/webkit/Source/WebCore/platform/cf/
KURLCFNet.cpp 43 CFIndex bytesLength = CFURLGetBytes(url, 0, 0);
44 Vector<char, 512> buffer(bytesLength + 6); // 5 for "file:", 1 for null character to end C string
46 CFURLGetBytes(url, reinterpret_cast<UInt8*>(bytes), bytesLength);
47 bytes[bytesLength] = '\0';
  /external/icu4c/common/unicode/
bytestriebuilder.h 162 // Grows from the back: bytesLength measures from the end of the buffer!
165 int32_t bytesLength;
  /external/icu4c/test/intltest/
convtest.h 39 int32_t bytesLength;
  /external/icu4c/tools/toolutil/
ucm.h 75 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...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 

Completed in 80 milliseconds