Searched refs:byteIndex (Results 1 - 23 of 23) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
H A DUtf8Constant.java207 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
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h130 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const;
133 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const;
135 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const;
136 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const;
137 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const;
158 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
164 virtual int32_t writeElementUnits(int32_t i, int32_t byteIndex, int32_t length);
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp286 BytesTrieBuilder::getElementUnit(int32_t i, int32_t byteIndex) const {
287 return (uint8_t)elements[i].charAt(byteIndex, *strings);
296 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const {
300 while(++byteIndex<minStringLength &&
301 firstElement.charAt(byteIndex, *strings)==
302 lastElement.charAt(byteIndex, *strings)) {}
303 return byteIndex;
307 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const {
308 int32_t length=0; // Number of different bytes at byteIndex.
311 char byte=elements[i++].charAt(byteIndex, *string
321 skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const argument
332 indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const argument
366 createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, Node *nextNode) const argument
422 writeElementUnits(int32_t i, int32_t byteIndex, int32_t length) argument
[all...]
H A Ducnv_u7.c218 uint8_t byteIndex; local
248 byteIndex=cnv->toULength;
251 sourceIndex=byteIndex==0 ? 0 : -1;
264 byteIndex=0;
275 byteIndex=1;
288 byteIndex=0;
313 bytes[byteIndex++]=b=*source++;
336 byteIndex=1;
343 --byteIndex;
381 byteIndex
900 uint8_t byteIndex; local
[all...]
H A Ducnvbocu.cpp966 int8_t byteIndex; local
988 byteIndex=cnv->toULength;
992 sourceIndex=byteIndex==0 ? 0 : -1;
996 if(count>0 && byteIndex>0 && target<targetLimit) {
1078 byteIndex=2;
1094 byteIndex=1;
1105 c=bytes[byteIndex++]=*source++;
1117 byteIndex=0;
1162 cnv->toULength=byteIndex;
1188 int8_t byteIndex; local
[all...]
H A Ducnvmbcs.cpp1167 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1979 cnv->toULength=0; /* byteIndex */
2152 } else /* unassigned sequences indicated with byteIndex>0 */ {
2353 } else /* unassigned sequences indicated with byteIndex>0 */ {
2477 int8_t byteIndex; local
2526 byteIndex=cnv->toULength;
2539 sourceIndex=byteIndex==0 ? 0 : -1;
2558 if(byteIndex==0) {
2580 byteIndex=1;
2620 byteIndex
[all...]
/external/clang/test/Analysis/
H A Dreference.cpp177 int refParam(int &byteIndex) { argument
178 return byteIndex;
187 int ptrRefParam(int *&byteIndex) { argument
188 return *byteIndex; // expected-warning {{Dereference of null pointer}}
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF7.java194 int byteIndex;
211 byteIndex=toULength;
213 sourceIndex=byteIndex==0 ? 0 : -1;
227 byteIndex=0;
239 byteIndex=1;
258 byteIndex=0;
284 toUBytesArray[byteIndex++]=(byte)b;
307 byteIndex=1;
314 --byteIndex;
360 byteIndex
[all...]
H A DCharsetBOCU1.java688 int byteIndex; field in class:CharsetBOCU1.CharsetDecoderBOCU
812 byteIndex = toULength;
816 sourceIndex=byteIndex==0 ? 0 : -1;
820 if(count>0 && byteIndex>0 && target.position()<target.limit()) {
891 c = bytes[byteIndex++] = source.get();
904 byteIndex=0;
972 byteIndex = 2;
988 byteIndex = 1;
1047 toULength=byteIndex;
H A DCharsetMBCS.java1874 * Input sequence: cnv->toUBytes[0..length[ @return if(U_FAILURE) return the length (toULength, byteIndex) for
2011 int byteIndex;
2053 byteIndex = toULength;
2066 sourceIndex = byteIndex == 0 ? 0 : -1;
2083 if (byteIndex == 0) {
2108 byteIndex = 1;
2141 bytes[byteIndex++] = source.get(sourceArrayIndex++);
2142 } else /* byteIndex>0 */{
2144 entry = stateTable[state][(bytes[byteIndex++] = source.get(sourceArrayIndex++))
2174 byteIndex
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h199 } byteIndex; member in union:SkOTTableGlyphData::Composite::Component::Transform
/external/icu/icu4c/source/i18n/
H A Dcsrsbcs.h31 int32_t byteIndex; member in class:NGramParser
H A Dcsrsbcs.cpp24 : ngram(0), byteIndex(0)
97 if (byteIndex >= det->fInputLen) {
101 return det->fInputBytes[byteIndex++];
195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) {
200 alef = isLamAlef(det->fInputBytes[byteIndex]);
204 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF;
206 byteIndex++;
/external/lzma/C/
H A D7zArcIn.c1379 UInt32 byteIndex = (i - 1) >> 3; local
1380 p->IsDirs[byteIndex] = isDirMask;
1381 p->CRCs.Defs[byteIndex] = crcMask;
1490 UInt32 byteIndex = (i - 1) >> 3; local
1491 p->IsDirs[byteIndex] = isDirMask;
1492 p->CRCs.Defs[byteIndex] = crcMask;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_sbcs.java31 protected int byteIndex = 0; field in class:CharsetRecog_sbcs.NGramParser
112 if (byteIndex >= det.fInputLen) {
116 return det.fInputBytes[byteIndex++] & 0xFF;
219 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) {
224 alef = isLamAlef(det.fInputBytes[byteIndex]);
228 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF;
230 byteIndex++;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java30 protected int byteIndex = 0; field in class:CharsetRecog_sbcs.NGramParser
111 if (byteIndex >= det.fInputLen) {
115 return det.fInputBytes[byteIndex++] & 0xFF;
218 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) {
223 alef = isLamAlef(det.fInputBytes[byteIndex]);
227 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF;
229 byteIndex++;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 355 milliseconds