HomeSort by relevance Sort by last modified time
    Searched refs:minBytesPerChar (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterStaticData.java 21 byte minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
46 minBytesPerChar = minBytesPerChar_;
CharsetICU.java 78 int minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
425 if (((CharsetMBCS)this).sharedData.staticData.maxBytesPerChar == ((CharsetMBCS)this).sharedData.staticData.minBytesPerChar) {
CharsetASCII.java 27 minBytesPerChar = 1;
CharsetUTF32.java 56 minBytesPerChar = 4;
UConverterDataReader.java 451 sd.minBytesPerChar = byteBuffer.get();
CharsetHZ.java 41 minBytesPerChar = 1;
CharsetUTF16.java 74 minBytesPerChar = 2;
CharsetEncoderICU.java 95 super(cs, (cs.minBytesPerChar + cs.maxBytesPerChar) / 2,
    [all...]
CharsetBOCU1.java 225 minBytesPerChar = 1;
    [all...]
CharsetCompoundText.java 282 minBytesPerChar = 1;
CharsetUTF7.java 30 minBytesPerChar=1;
    [all...]
CharsetUTF8.java 33 minBytesPerChar = 1;
CharsetISO2022.java 120 minBytesPerChar = 1;
146 minBytesPerChar = 1;
163 minBytesPerChar = 1;
    [all...]
CharsetLMBCS.java 547 minBytesPerChar = 1;
    [all...]
CharsetMBCS.java 185 minBytesPerChar = sharedData.staticData.minBytesPerChar;
353 || (staticData.conversionType == UConverterType.MBCS && staticData.minBytesPerChar >= 2)) {
368 && baseSharedData.staticData.minBytesPerChar == 1
    [all...]
CharsetSCSU.java 189 minBytesPerChar = 1;
    [all...]
  /external/expat/lib/
xmltok.c 236 #define MINBPC(enc) ((enc)->minBytesPerChar)
1045 ptr += enc->minBytesPerChar;
1065 ptr += enc->minBytesPerChar;
1073 ptr += enc->minBytesPerChar;
1079 ptr += enc->minBytesPerChar;
1082 ptr += enc->minBytesPerChar;
1090 ptr += enc->minBytesPerChar;
1092 for (;; ptr += enc->minBytesPerChar) {
1106 *nextTokPtr = ptr + enc->minBytesPerChar;
1149 ptr += 5 * enc->minBytesPerChar;
    [all...]
xmltok_ns.c 82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
xmlparse.c     [all...]
xmltok.h 177 int minBytesPerChar;
xmlrole.c 89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 486 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength;
518 if(staticData->minBytesPerChar==0) {
519 staticData->minBytesPerChar=prototype->minBytesPerChar;
540 (staticData->minBytesPerChar>1 ||
741 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2);
743 staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength);
  /external/icu/icu4c/source/common/
ucnv_bld.h 76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */
ucnv.c 452 || (len < converter->sharedData->staticData->minBytesPerChar))
653 return converter->sharedData->staticData->minBytesPerChar;
    [all...]
ucnvmbcs.cpp     [all...]

Completed in 1391 milliseconds

1 2