HomeSort by relevance Sort by last modified time
    Searched defs:byteIndex (Results 1 - 21 of 21) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 179 int byteIndex = index & 0x03;
188 if ( byteIndex != 0 ) { // appending bytes in non-full word (as if)
190 for ( ; ( i <= toByte ) && ( byteIndex < 4 ) ; i++ ) {
191 intArray[wordIndex] |= ( byteInput[i] & 0xFF ) << ((3 - byteIndex)<<3) ;
192 byteIndex++;
194 if ( byteIndex == 4 ) {
  /external/icu/icu4c/source/i18n/
csrsbcs.h 29 int32_t byteIndex;
  /external/icu/icu4c/source/common/
ucnv_u7.c 215 uint8_t byteIndex;
245 byteIndex=cnv->toULength;
248 sourceIndex=byteIndex==0 ? 0 : -1;
261 byteIndex=0;
272 byteIndex=1;
285 byteIndex=0;
310 bytes[byteIndex++]=b=*source++;
333 byteIndex=1;
340 --byteIndex;
378 byteIndex=1
    [all...]
ucnvbocu.cpp 949 int8_t byteIndex;
971 byteIndex=cnv->toULength;
975 sourceIndex=byteIndex==0 ? 0 : -1;
    [all...]
ucnvmbcs.cpp     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 190 int byteIndex;
207 byteIndex=toULength;
209 sourceIndex=byteIndex==0 ? 0 : -1;
223 byteIndex=0;
235 byteIndex=1;
254 byteIndex=0;
280 toUBytesArray[byteIndex++]=(byte)b;
303 byteIndex=1;
310 --byteIndex;
356 byteIndex=1
    [all...]
CharsetMBCS.java     [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 207 int byteIndex = 0;
214 bytes[byteIndex++] = (byte)TWO_BYTE_CONSTANT1;
215 bytes[byteIndex++] = (byte)TWO_BYTE_CONSTANT2;
220 bytes[byteIndex++] = (byte)c;
225 bytes[byteIndex++] = (byte)(TWO_BYTE_CONSTANT1 | ((c >>> TWO_BYTE_SHIFT1) & TWO_BYTE_MASK1));
226 bytes[byteIndex++] = (byte)(TWO_BYTE_CONSTANT2 | ( c & TWO_BYTE_MASK2));
231 bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT1 | ((c >>> THREE_BYTE_SHIFT1) & THREE_BYTE_MASK1));
232 bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT2 | ((c >>> THREE_BYTE_SHIFT2) & THREE_BYTE_MASK2));
233 bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT3 | ( c & THREE_BYTE_MASK3));
255 int byteIndex = 0
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_sbcs.java 27 protected int byteIndex = 0;
108 if (byteIndex >= det.fInputLen) {
112 return det.fInputBytes[byteIndex++] & 0xFF;
215 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) {
220 alef = isLamAlef(det.fInputBytes[byteIndex]);
224 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF;
226 byteIndex++;
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 196 struct ByteIndex {
200 } byteIndex;
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 295 milliseconds