/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DictionaryStringByteConverter.java | 23 private final int maxBytesPerChar; field in DictionaryStringByteConverter 46 maxBytesPerChar = mBytesPerChar; in DictionaryStringByteConverter() 51 return maxBytesPerChar; in getMaxBytesPerChar()
|
/external/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 487 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/ |
D | CharsetICU.java | 81 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()
|
D | UConverterStaticData.java | 24 byte maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ field in UConverterStaticData
|
D | CharsetUTF16.java | 71 maxBytesPerChar = 4; in CharsetUTF16() 73 maxBytesPerChar = 2; in CharsetUTF16()
|
D | CharsetDecoderICU.java | 737 public final float maxBytesPerChar() { in maxBytesPerChar() method in CharsetDecoderICU 738 return ((CharsetICU)(this.charset())).maxBytesPerChar; in maxBytesPerChar()
|
D | CharsetEncoderICU.java | 98 super(cs, (cs.minBytesPerChar + cs.maxBytesPerChar) / 2, in CharsetEncoderICU() 99 cs.maxBytesPerChar, replacement); in CharsetEncoderICU()
|
D | CharsetUTF32.java | 57 maxBytesPerChar = 4; in CharsetUTF32()
|
D | UConverterDataReader.java | 454 sd.maxBytesPerChar = byteBuffer.get(); in readStaticData()
|
D | CharsetASCII.java | 28 maxBytesPerChar = 1; in CharsetASCII()
|
D | CharsetHZ.java | 42 maxBytesPerChar = 4; in CharsetHZ()
|
D | CharsetMBCS.java | 183 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()
|
D | CharsetUTF7.java | 31 maxBytesPerChar=4; /* max 3 bytes per code unit from UTF-7 (base64) */ in CharsetUTF7()
|
D | CharsetCompoundText.java | 283 maxBytesPerChar = 6; in CharsetCompoundText()
|
D | CharsetUTF8.java | 34 maxBytesPerChar = 3; in CharsetUTF8()
|
D | CharsetISO2022.java | 121 maxBytesPerChar = 6; in ISO2022InitJP() 147 maxBytesPerChar = 8; in ISO2022InitCN() 164 maxBytesPerChar = 8; in ISO2022InitKR()
|
D | CharsetBOCU1.java | 226 maxBytesPerChar = 4; in CharsetBOCU1()
|
D | CharsetLMBCS.java | 548 maxBytesPerChar = ULMBCS_CHARSIZE_MAX; in CharsetLMBCS()
|
D | CharsetSCSU.java | 188 maxBytesPerChar = 3; in CharsetSCSU()
|
D | CharsetISCII.java | 760 maxBytesPerChar = 4; in CharsetISCII()
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Utf8Old.java | 54 int estimated = (int) (in.length() * cache.encoder.maxBytesPerChar()); in encodedLength()
|
/external/icu/icu4c/source/common/ |
D | ucnv_bld.h | 79 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ member
|
D | ucnv_bld.cpp | 1008 myUConverter->maxBytesPerUChar = mySharedConverterData->staticData->maxBytesPerChar; in ucnv_createConverterFromSharedData()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | NioZipEncoding.java | 200 float first = enc.maxBytesPerChar(); in estimateInitialBufferSize()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | IsValidUtf8TestUtil.java | 356 int maxBytes = (int) (encoder.maxBytesPerChar() * maxChars) + 1;
|