Searched refs:byteIndex (Results 1 - 9 of 9) 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/icu4c/common/unicode/
H A Dbytestriebuilder.h118 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const;
121 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const;
123 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const;
124 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const;
125 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const;
145 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
151 virtual int32_t writeElementUnits(int32_t i, int32_t byteIndex, int32_t length);
/external/icu4c/common/
H A Dbytestriebuilder.cpp282 BytesTrieBuilder::getElementUnit(int32_t i, int32_t byteIndex) const {
283 return (uint8_t)elements[i].charAt(byteIndex, *strings);
292 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const {
296 while(++byteIndex<minStringLength &&
297 firstElement.charAt(byteIndex, *strings)==
298 lastElement.charAt(byteIndex, *strings)) {}
299 return byteIndex;
303 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const {
304 int32_t length=0; // Number of different bytes at byteIndex.
307 char byte=elements[i++].charAt(byteIndex, *string
317 skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const argument
328 indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const argument
362 createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, Node *nextNode) const argument
418 writeElementUnits(int32_t i, int32_t byteIndex, int32_t length) argument
[all...]
H A Ducnv_u7.c214 uint8_t byteIndex; local
244 byteIndex=cnv->toULength;
247 sourceIndex=byteIndex==0 ? 0 : -1;
260 byteIndex=0;
271 byteIndex=1;
284 byteIndex=0;
309 bytes[byteIndex++]=b=*source++;
332 byteIndex=1;
339 --byteIndex;
377 byteIndex
895 uint8_t byteIndex; local
[all...]
H A Ducnvbocu.c944 int8_t byteIndex; local
966 byteIndex=cnv->toULength;
970 sourceIndex=byteIndex==0 ? 0 : -1;
974 if(count>0 && byteIndex>0 && target<targetLimit) {
1056 byteIndex=2;
1072 byteIndex=1;
1083 c=bytes[byteIndex++]=*source++;
1095 byteIndex=0;
1140 cnv->toULength=byteIndex;
1166 int8_t byteIndex; local
[all...]
H A Ducnvmbcs.c1022 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1835 cnv->toULength=0; /* byteIndex */
2004 } else /* unassigned sequences indicated with byteIndex>0 */ {
2205 } else /* unassigned sequences indicated with byteIndex>0 */ {
2329 int8_t byteIndex; local
2378 byteIndex=cnv->toULength;
2391 sourceIndex=byteIndex==0 ? 0 : -1;
2410 if(byteIndex==0) {
2432 byteIndex=1;
2472 byteIndex
[all...]
/external/icu4c/i18n/
H A Dcsrsbcs.h22 int32_t byteIndex; member in class:NGramParser
H A Dcsrsbcs.cpp21 :byteIndex(0), ngram(0)
90 if (byteIndex >= det->fInputLen) {
94 return det->fInputBytes[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 ...

Completed in 124 milliseconds