HomeSort by relevance Sort by last modified time
    Searched refs:itemLength (Results 1 - 19 of 19) 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).
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
UniscribeHelper.cpp 258 int itemLength = shaping.charLength();
260 if (offset >= item.iCharPos && offset <= item.iCharPos + itemLength) {
265 hr = ScriptCPtoX(charLength, FALSE, itemLength,
297 int itemLength = shaping.charLength();
298 if (x <= itemAdvance && itemLength > 0) {
308 hr = ScriptXtoCP(x, itemLength, shaping.glyphLength(),
591 int itemLength,
619 shaping.m_logs.resize(itemLength);
622 charProps.resize(itemLength);
655 scriptTag, 0, &itemLength,
    [all...]
UniscribeHelper.h 375 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, OPENTYPE_TAG, Shaping&);
  /system/security/keystore/include/keystore/
IKeystoreService.h 74 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) = 0;
76 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/icu4c/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/devtools/front_end/
TimelineModel.js 456 var itemLength = item.length + separator.length;
457 if (length + itemLength > WebInspector.TimelineModel.TransferChunkLengthBytes)
459 length += itemLength;
  /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);
keystore.cpp     [all...]
  /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/icu4c/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...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp 371 int itemLength = index - indexOfFontTransition;
372 collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !isMissingGlyph ? fontData : 0);
377 int itemLength = m_end - indexOfFontTransition;
378 if (itemLength) {
380 collectComplexTextRunsForCharacters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !nextIsMissingGlyph ? nextFontData : 0);
  /external/icu4c/i18n/
tzfmt.cpp     [all...]
alphaindex.cpp 312 int32_t itemLength = item->length();
313 if (!item->hasMoreChar32Than(0, itemLength, 1)) {
315 } else if(item->charAt(itemLength - 1) == 0x2a && // '*'
316 item->charAt(itemLength - 2) != 0x2a) {
319 ownedItem.adoptInstead(new UnicodeString(*item, 0, itemLength - 1));
    [all...]
  /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...]
  /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 1096 milliseconds