HomeSort by relevance Sort by last modified time
    Searched refs:firstByte (Results 26 - 50 of 90) sorted by null

12 3 4

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 169 int firstByte = Integer.parseInt(data.substring(offset, offset + 2), 16);
170 if (firstByte < SINGLE_BYTE_MAX_LENGTH) {
171 length = firstByte * 2;
174 int numBytes = firstByte - SINGLE_BYTE_MAX_LENGTH;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java     [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 759 int32_t firstByte = 2;
763 uint32_t primary = numericPrimary | ((firstByte + value) << 16);
768 firstByte += numBytes;
773 ((firstByte + value / 254) << 16) | ((2 + value % 254) << 8);
778 firstByte += numBytes;
786 primary |= (firstByte + value % 254) << 16;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java     [all...]
  /external/icu/icu4c/source/common/
ucnv_lmb.c 753 ulmbcs_byte_t firstByte;
762 firstByte = (ulmbcs_byte_t)(value >> ((bytesConverted - 1) * 8));
774 U_ASSERT((firstByte <= ULMBCS_C0END) || (firstByte >= ULMBCS_C1START) || (group == ULMBCS_GRP_EXCEPT));
787 if ( bytesConverted == 1 && firstByte < 0x20 )
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 575 final int firstByte = input.read();
576 if (firstByte == -1) {
579 final int size = CodedInputStream.readRawVarint32(firstByte, input);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 188 Byte firstByte = 0;
195 firstByte |= Byte(value >> (8 * i));
198 firstByte |= mask;
201 WriteByte(firstByte);
7zIn.cpp 221 Byte firstByte = *p++;
223 if ((firstByte & 0x80) == 0)
226 return firstByte;
239 if ((firstByte & mask) == 0)
241 UInt64 highPart = firstByte & (mask - 1);
    [all...]
7zHandler.cpp 472 Byte firstByte = props[0];
473 UInt32 numCyclesPower = firstByte & 0x3F;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 339 for firstByte in range(256):
340 subHeadindex = subHeaderKeys[firstByte]
343 if (firstByte < subHeader.firstCode) or (firstByte >= subHeader.firstCode + subHeader.entryCount):
346 charCode = firstByte
347 offsetIndex = firstByte - subHeader.firstCode
356 charCodeOffset = firstByte * 256 + subHeader.firstCode
443 firstbyte = charCode >> 8
446 if firstbyte != lastFirstByte: # Need to update the current subhead, and start a new one.
465 subHeaderKeys[firstbyte] = len(subHeaderList) -
    [all...]
E_B_D_T_.py 566 firstByte = curByte & ((1<<numBitsCut)-1)
567 ordDataList[firstByteLoc] |= (firstByte << cutPoint)
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetLMBCS.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /prebuilts/tools/common/offline-m2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 610 milliseconds

12 3 4