Searched defs:maxBytesPerChar (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterStaticData.java22 byte maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ field in class:UConverterStaticData
47 maxBytesPerChar = maxBytesPerChar_;
H A DCharsetICU.java46 int maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ field in class:CharsetICU
387 if (((CharsetMBCS)this).sharedData.staticData.maxBytesPerChar == ((CharsetMBCS)this).sharedData.staticData.minBytesPerChar) {
H A DCharsetDecoderICU.java725 * Returns the maxBytesPerChar value for the Charset that created this decoder.
726 * @return maxBytesPerChar
729 public final float maxBytesPerChar() { method in class:CharsetDecoderICU
730 return ((CharsetICU)(this.charset())).maxBytesPerChar;
/external/icu/icu4c/source/common/
H A Ducnv_bld.h77 int8_t maxBytesPerChar; /* +71: 1 Maximum # bytes output per UChar in this codepage */ member in struct:UConverterStaticData
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 436 milliseconds