HomeSort by relevance Sort by last modified time
    Searched refs:itemLength (Results 1 - 18 of 18) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
BerTlv.java 136 int itemLength = item.getLength();
137 if (itemLength >= 0x80 && itemLength <= 0xFF) {
138 totalLength += itemLength + 3; //3: 'tag'(1 byte) and 'length'(2 bytes).
139 } else if (itemLength >= 0 && itemLength < 0x80) {
140 totalLength += itemLength + 2; //2: 'tag'(1 byte) and 'length'(1 byte).
  /system/security/keystore/include/keystore/
IKeystoreService.h 77 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) = 0;
79 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid,
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 346 int32_t itemLength;
421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
424 return headerSize+offset+(uint32_t)itemLength;
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
472 /* keep offset and itemLength in case we allocate and copy the strings below */
529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 346 int32_t itemLength;
421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
424 return headerSize+offset+(uint32_t)itemLength;
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
472 /* keep offset and itemLength in case we allocate and copy the strings below */
529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 311 int itemLength = index - indexOfFontTransition;
312 collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !isMissingGlyph ? fontData : 0);
317 int itemLength = m_end - indexOfFontTransition;
318 if (itemLength) {
320 collectComplexTextRunsForCharacters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !nextIsMissingGlyph ? nextFontData : 0);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 443 int32_t itemLength, typeEnum;
537 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
540 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
541 --itemLength;
544 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
550 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
555 inStringTop+=itemLength;
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 455 int32_t itemLength, typeEnum;
553 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
556 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
557 --itemLength;
560 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
566 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
571 inStringTop+=itemLength;
    [all...]
  /system/security/keystore/
IKeystoreService.cpp 74 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength)
92 *itemLength = ulen;
95 *itemLength = 0;
98 *itemLength = 0;
107 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid,
113 data.writeInt32(itemLength);
114 void* buf = data.writeInplace(itemLength);
115 memcpy(buf, item, itemLength);
    [all...]
keystore.cpp     [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
alphaindex.cpp 313 int32_t itemLength = item->length();
314 if (!item->hasMoreChar32Than(0, itemLength, 1)) {
316 } else if(item->charAt(itemLength - 1) == 0x2a && // '*'
317 item->charAt(itemLength - 2) != 0x2a) {
320 ownedItem.adoptInstead(new UnicodeString(*item, 0, itemLength - 1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 728 var itemLength = item.length + separator.length;
729 if (length + itemLength > WebInspector.TimelineModelImpl.TransferChunkLengthBytes)
731 length += itemLength;
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 838 milliseconds