Searched defs:byteIndex (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcsrsbcs.h29 int32_t byteIndex; member in class:NGramParser
/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/icu4c/source/common/
H A Ducnv_u7.c215 uint8_t byteIndex; local
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
897 uint8_t byteIndex; local
[all...]
H A Ducnvbocu.cpp949 int8_t byteIndex; local
971 byteIndex=cnv->toULength;
975 sourceIndex=byteIndex==0 ? 0 : -1;
979 if(count>0 && byteIndex>0 && target<targetLimit) {
1061 byteIndex=2;
1077 byteIndex=1;
1088 c=bytes[byteIndex++]=*source++;
1100 byteIndex=0;
1145 cnv->toULength=byteIndex;
1171 int8_t byteIndex; local
[all...]
H A Dbytestriebuilder.cpp284 BytesTrieBuilder::getElementUnit(int32_t i, int32_t byteIndex) const {
285 return (uint8_t)elements[i].charAt(byteIndex, *strings);
294 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const {
298 while(++byteIndex<minStringLength &&
299 firstElement.charAt(byteIndex, *strings)==
300 lastElement.charAt(byteIndex, *strings)) {}
301 return byteIndex;
305 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const {
306 int32_t length=0; // Number of different bytes at byteIndex.
309 char byte=elements[i++].charAt(byteIndex, *string
319 skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const argument
330 indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const argument
364 createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, Node *nextNode) const argument
420 writeElementUnits(int32_t i, int32_t byteIndex, int32_t length) argument
[all...]
H A Ducnvmbcs.cpp1161 * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1973 cnv->toULength=0; /* byteIndex */
2142 } else /* unassigned sequences indicated with byteIndex>0 */ {
2343 } else /* unassigned sequences indicated with byteIndex>0 */ {
2467 int8_t byteIndex; local
2516 byteIndex=cnv->toULength;
2529 sourceIndex=byteIndex==0 ? 0 : -1;
2548 if(byteIndex==0) {
2570 byteIndex=1;
2610 byteIndex
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java27 protected int byteIndex = 0; field in class:CharsetRecog_sbcs.NGramParser
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++;
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java685 int byteIndex; field in class:CharsetBOCU1.CharsetDecoderBOCU
809 byteIndex = toULength;
813 sourceIndex=byteIndex==0 ? 0 : -1;
817 if(count>0 && byteIndex>0 && target.position()<target.limit()) {
888 c = bytes[byteIndex++] = source.get();
901 byteIndex=0;
969 byteIndex = 2;
985 byteIndex = 1;
1044 toULength=byteIndex;
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h200 } byteIndex; member in union:SkOTTableGlyphData::Composite::Component::Transform
/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 615 milliseconds