Home
last modified time | relevance | path

Searched refs:byteIndex (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/common/
Ducnv_u7.c215 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local
245 byteIndex=cnv->toULength; in _UTF7ToUnicodeWithOffsets()
248 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets()
261 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
272 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
285 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
310 bytes[byteIndex++]=b=*source++; in _UTF7ToUnicodeWithOffsets()
339 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
350 byteIndex=1; in _UTF7ToUnicodeWithOffsets()
360 byteIndex=0; in _UTF7ToUnicodeWithOffsets()
[all …]
Ducnvbocu.c944 int8_t byteIndex; in _Bocu1ToUnicodeWithOffsets() local
966 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets()
970 sourceIndex=byteIndex==0 ? 0 : -1; in _Bocu1ToUnicodeWithOffsets()
974 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicodeWithOffsets()
1056 byteIndex=2; in _Bocu1ToUnicodeWithOffsets()
1072 byteIndex=1; in _Bocu1ToUnicodeWithOffsets()
1083 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicodeWithOffsets()
1095 byteIndex=0; in _Bocu1ToUnicodeWithOffsets()
1140 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets()
1166 int8_t byteIndex; in _Bocu1ToUnicode() local
[all …]
Ducnvmbcs.c2168 int8_t byteIndex; in ucnv_MBCSToUnicodeWithOffsets() local
2217 byteIndex=cnv->toULength; in ucnv_MBCSToUnicodeWithOffsets()
2230 sourceIndex=byteIndex==0 ? 0 : -1; in ucnv_MBCSToUnicodeWithOffsets()
2249 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets()
2271 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2311 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2346 bytes[byteIndex++]=*source++; in ucnv_MBCSToUnicodeWithOffsets()
2349 entry=stateTable[state][bytes[byteIndex++]=*source++]; in ucnv_MBCSToUnicodeWithOffsets()
2378 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2386 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dgenericper.cpp944 if (stream->byteIndex + 1 > stream->size) in WriteRemainingBits()
948 stream->data[stream->byteIndex] = stream->buildByte; in WriteRemainingBits()
949 ++stream->byteIndex; in WriteRemainingBits()
972 while (stream->byteIndex + number > stream->size) in WriteOctets()
978 destination = stream->data + stream->byteIndex; in WriteOctets()
1012 stream->byteIndex = (uint16)(number + stream->byteIndex); in WriteOctets()
1027 x->byteIndex = 0; in NewOutStream()
1663 PutLengthDet(tempStream->byteIndex, stream); /* Copy to real stream */ in PutTempStream()
1664 WriteOctets(tempStream->byteIndex, tempStream->data, 0, stream); in PutTempStream()
Dper.cpp317 *pGetSize = stream->byteIndex; in MultiSysCtrlMessage_encode()
/external/icu4c/i18n/
Dcsrsbcs.cpp21 :byteIndex(0), ngram(0) in NGramParser()
90 if (byteIndex >= det->fInputLen) { in nextByte()
94 return det->fInputBytes[byteIndex++]; in nextByte()
Dcsrsbcs.h22 int32_t byteIndex;
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dgenericper.h87 uint16 byteIndex; /* Index: next byte to write */ member