HomeSort by relevance Sort by last modified time
    Searched defs:itemLength (Results 1 - 15 of 15) 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 450 int32_t itemLength, typeEnum;
548 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
551 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
552 --itemLength;
555 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
561 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
566 inStringTop+=itemLength;
    [all...]
  /external/icu/icu4c/source/i18n/
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/android_icu4j/src/main/java/android/icu/text/
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java     [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridWidgetTest.java     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.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 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 2054 milliseconds