HomeSort by relevance Sort by last modified time
    Searched refs:itemLength (Results 1 - 16 of 16) 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/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 197 int itemLength = shaping.charLength();
199 if (offset >= item.iCharPos && offset <= item.iCharPos + itemLength) {
204 hr = ScriptCPtoX(charLength, FALSE, itemLength,
236 int itemLength = shaping.charLength();
237 if (x <= itemAdvance && itemLength > 0) {
247 hr = ScriptXtoCP(x, itemLength, shaping.glyphLength(),
513 int itemLength,
540 shaping.m_logs.resize(itemLength);
566 hr = ScriptShape(tempDC, scriptCache, input, itemLength,
606 const UChar *family = getFallbackFamily(input, itemLength,
    [all...]
UniscribeHelper.h 361 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, Shaping&);
  /system/security/keystore/include/keystore/
IKeystoreService.h 61 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) = 0;
63 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid,
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 161 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition;
163 itemizeShapeAndPlace((isSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, fontData, glyphBuffer);
168 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : length - indexOfFontTransition;
169 if (itemLength) {
175 itemizeShapeAndPlace((nextIsSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, nextFontData, glyphBuffer);
  /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);
  /system/security/keystore/
IKeystoreService.cpp 59 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength)
77 *itemLength = ulen;
80 *itemLength = 0;
83 *itemLength = 0;
92 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid,
98 data.writeInt32(itemLength);
99 void* buf = data.writeInplace(itemLength);
100 memcpy(buf, item, itemLength);
keystore.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 250 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition;
251 collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, glyphData.glyph ? glyphData.fontData : 0);
256 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : m_end - indexOfFontTransition;
257 if (itemLength) {
259 collectComplexTextRunsForCharacters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, nextGlyphData.glyph ? nextGlyphData.fontData : 0);
  /external/icu4c/i18n/
tzfmt.cpp     [all...]
alphaindex.cpp 308 int32_t itemLength = item->length();
309 if (!item->hasMoreChar32Than(0, itemLength, 1)) {
311 } else if(item->charAt(itemLength - 1) == 0x2a && // '*'
312 item->charAt(itemLength - 2) != 0x2a) {
315 ownedItem.adoptInstead(new UnicodeString(*item, 0, itemLength - 1));
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 444 int32_t itemLength, typeEnum;
538 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
541 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
542 --itemLength;
545 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
551 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
556 inStringTop+=itemLength;
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 378 milliseconds