Home
last modified time | relevance | path

Searched defs:byteIndex (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dbytestriebuilder.cpp317 BytesTrieBuilder::skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const { in skipElementsBySomeUnits()
328 BytesTrieBuilder::indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const { in indexOfElementWithNextUnit()
362 BytesTrieBuilder::createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, in createLinearMatchNode()
418 BytesTrieBuilder::writeElementUnits(int32_t i, int32_t byteIndex, int32_t length) { in writeElementUnits()
Ducnv_u7.c214 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local
895 uint8_t byteIndex; in _IMAPToUnicodeWithOffsets() local
Ducnvbocu.c944 int8_t byteIndex; in _Bocu1ToUnicodeWithOffsets() local
1166 int8_t byteIndex; in _Bocu1ToUnicode() local
Ducnvmbcs.c2329 int8_t byteIndex; in ucnv_MBCSToUnicodeWithOffsets() local
/external/proguard/src/proguard/classfile/constant/
DUtf8Constant.java255 int byteIndex = 0; in getStringRepresentation() local