Home
last modified time | relevance | path

Searched refs:maxBytesPerChar (Results 1 – 25 of 40) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/util/
DDictionaryStringByteConverter.java23 private final int maxBytesPerChar; field in DictionaryStringByteConverter
46 maxBytesPerChar = mBytesPerChar; in DictionaryStringByteConverter()
51 return maxBytesPerChar; in getMaxBytesPerChar()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp487 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength; in readHeader()
524 if(staticData->maxBytesPerChar==0) { in readHeader()
525 staticData->maxBytesPerChar=prototype->maxBytesPerChar; in readHeader()
748 … staticData->maxBytesPerChar=(int8_t)(states->maxCharLength=baseStates->maxCharLength); in createConverter()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetICU.java81 int maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ field in CharsetICU
428 …if (((CharsetMBCS)this).sharedData.staticData.maxBytesPerChar == ((CharsetMBCS)this).sharedData.st… in isFixedWidth()
DUConverterStaticData.java24 byte maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ field in UConverterStaticData
DCharsetUTF16.java71 maxBytesPerChar = 4; in CharsetUTF16()
73 maxBytesPerChar = 2; in CharsetUTF16()
DCharsetDecoderICU.java737 public final float maxBytesPerChar() { in maxBytesPerChar() method in CharsetDecoderICU
738 return ((CharsetICU)(this.charset())).maxBytesPerChar; in maxBytesPerChar()
DCharsetEncoderICU.java98 super(cs, (cs.minBytesPerChar + cs.maxBytesPerChar) / 2, in CharsetEncoderICU()
99 cs.maxBytesPerChar, replacement); in CharsetEncoderICU()
DCharsetUTF32.java57 maxBytesPerChar = 4; in CharsetUTF32()
DUConverterDataReader.java454 sd.maxBytesPerChar = byteBuffer.get(); in readStaticData()
DCharsetASCII.java28 maxBytesPerChar = 1; in CharsetASCII()
DCharsetHZ.java42 maxBytesPerChar = 4; in CharsetHZ()
DCharsetMBCS.java183 maxBytesPerChar = sharedData.staticData.maxBytesPerChar; in CharsetMBCS()
364 … && baseSharedData.staticData.maxBytesPerChar == 2 && mbcsTable.countStates <= 127) { in loadConverter()
906 maxBytesPerChar = 4; /* SO+DBCS+SI*/ in initializeConverter()
916 if (maxBytesPerUChar > maxBytesPerChar) { in initializeConverter()
917 maxBytesPerChar = maxBytesPerUChar; in initializeConverter()
DCharsetUTF7.java31 maxBytesPerChar=4; /* max 3 bytes per code unit from UTF-7 (base64) */ in CharsetUTF7()
DCharsetCompoundText.java283 maxBytesPerChar = 6; in CharsetCompoundText()
DCharsetUTF8.java34 maxBytesPerChar = 3; in CharsetUTF8()
DCharsetISO2022.java121 maxBytesPerChar = 6; in ISO2022InitJP()
147 maxBytesPerChar = 8; in ISO2022InitCN()
164 maxBytesPerChar = 8; in ISO2022InitKR()
DCharsetBOCU1.java226 maxBytesPerChar = 4; in CharsetBOCU1()
DCharsetLMBCS.java548 maxBytesPerChar = ULMBCS_CHARSIZE_MAX; in CharsetLMBCS()
DCharsetSCSU.java188 maxBytesPerChar = 3; in CharsetSCSU()
DCharsetISCII.java760 maxBytesPerChar = 4; in CharsetISCII()
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8Old.java54 int estimated = (int) (in.length() * cache.encoder.maxBytesPerChar()); in encodedLength()
/external/icu/icu4c/source/common/
Ducnv_bld.h79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ member
Ducnv_bld.cpp1008 myUConverter->maxBytesPerUChar = mySharedConverterData->staticData->maxBytesPerChar; in ucnv_createConverterFromSharedData()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DNioZipEncoding.java200 float first = enc.maxBytesPerChar(); in estimateInitialBufferSize()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java356 int maxBytes = (int) (encoder.maxBytesPerChar() * maxChars) + 1;

12