HomeSort by relevance Sort by last modified time
    Searched defs:itemLength (Results 1 - 20 of 20) 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 347 int32_t itemLength;
422 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
425 return headerSize+offset+(uint32_t)itemLength;
467 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
468 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
473 /* keep offset and itemLength in case we allocate and copy the strings below */
530 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 452 int32_t itemLength, typeEnum;
550 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
553 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
554 --itemLength;
557 if((inStringTop+itemLength)>STRING_STORE_SIZE) {
563 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
568 inStringTop+=itemLength;
    [all...]
  /external/icu/icu4c/source/i18n/
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/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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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/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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 541 milliseconds