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/icu/icu4c/source/tools/icuswap/
icuswap.cpp 345 int32_t itemLength;
420 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
423 return headerSize+offset+(uint32_t)itemLength;
465 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
466 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
471 /* keep offset and itemLength in case we allocate and copy the strings below */
528 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 453 int32_t itemLength, typeEnum;
551 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
554 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
555 --itemLength;
558 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
564 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
569 inStringTop+=itemLength;
    [all...]
  /system/security/keystore/include/keystore/
IKeystoreService.h 143 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) = 0;
145 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid,
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
alphaindex.cpp 311 int32_t itemLength = item->length();
312 if (!item->hasMoreChar32Than(0, itemLength, 1)) {
314 } else if(item->charAt(itemLength - 1) == 0x2a && // '*'
315 item->charAt(itemLength - 2) != 0x2a) {
318 ownedItem.adoptInstead(new UnicodeString(*item, 0, itemLength - 1));
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java     [all...]
SimpleDateFormat.java     [all...]
  /system/security/keystore/
IKeystoreService.cpp 421 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength)
439 *itemLength = ulen;
442 *itemLength = 0;
445 *itemLength = 0;
454 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid,
460 data.writeInt32(itemLength);
461 void* buf = data.writeInplace(itemLength);
462 memcpy(buf, item, itemLength);
    [all...]
keystore.cpp     [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-ndk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
GridWidgetTest.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1027 milliseconds