Home
last modified time | relevance | path

Searched refs:minBytesPerChar (Results 1 – 25 of 26) sorted by relevance

12

/external/expat/lib/
Dxmltok.c236 #define MINBPC(enc) ((enc)->minBytesPerChar)
1045 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1065 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1073 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1079 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1082 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1090 ptr += enc->minBytesPerChar; in parsePseudoAttribute()
1092 for (;; ptr += enc->minBytesPerChar) { in parsePseudoAttribute()
1106 *nextTokPtr = ptr + enc->minBytesPerChar; in parsePseudoAttribute()
1149 ptr += 5 * enc->minBytesPerChar; in doParseXmlDecl()
[all …]
Dxmlparse.c2323 s + enc->minBytesPerChar, in doContent()
2324 next - enc->minBytesPerChar); in doContent()
2333 s + enc->minBytesPerChar, in doContent()
2334 next - enc->minBytesPerChar); in doContent()
2419 tag->rawName = s + enc->minBytesPerChar; in doContent()
2465 const char *rawName = s + enc->minBytesPerChar; in doContent()
2515 rawName = s + enc->minBytesPerChar*2; in doContent()
3481 versionend - encoding->minBytesPerChar); in processXmlDecl()
3491 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) { in processXmlDecl()
3910 s + enc->minBytesPerChar, in doProlog()
[all …]
Dxmltok_ns.c82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in NS()
Dxmltok.h177 int minBytesPerChar; member
Dxmlrole.c89 #define MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar)
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp486 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength; in readHeader()
518 if(staticData->minBytesPerChar==0) { in readHeader()
519 staticData->minBytesPerChar=prototype->minBytesPerChar; in readHeader()
540 (staticData->minBytesPerChar>1 || in readHeader()
741 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2); in createConverter()
743 … staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength); in createConverter()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterStaticData.java21 byte minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ field in UConverterStaticData
DCharsetICU.java78 int minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ field in CharsetICU
425 …aredData.staticData.maxBytesPerChar == ((CharsetMBCS)this).sharedData.staticData.minBytesPerChar) { in isFixedWidth()
DCharsetUTF32.java56 minBytesPerChar = 4; in CharsetUTF32()
DUConverterDataReader.java451 sd.minBytesPerChar = byteBuffer.get(); in readStaticData()
DCharsetASCII.java27 minBytesPerChar = 1; in CharsetASCII()
DCharsetHZ.java41 minBytesPerChar = 1; in CharsetHZ()
DCharsetUTF16.java74 minBytesPerChar = 2; in CharsetUTF16()
DCharsetEncoderICU.java95 super(cs, (cs.minBytesPerChar + cs.maxBytesPerChar) / 2, in CharsetEncoderICU()
DCharsetCompoundText.java282 minBytesPerChar = 1; in CharsetCompoundText()
DCharsetUTF8.java33 minBytesPerChar = 1; in CharsetUTF8()
DCharsetUTF7.java30 minBytesPerChar=1; in CharsetUTF7()
DCharsetISO2022.java120 minBytesPerChar = 1; in ISO2022InitJP()
146 minBytesPerChar = 1; in ISO2022InitCN()
163 minBytesPerChar = 1; in ISO2022InitKR()
DCharsetBOCU1.java225 minBytesPerChar = 1; in CharsetBOCU1()
DCharsetLMBCS.java547 minBytesPerChar = 1; in CharsetLMBCS()
DCharsetMBCS.java185 minBytesPerChar = sharedData.staticData.minBytesPerChar; in CharsetMBCS()
353 … || (staticData.conversionType == UConverterType.MBCS && staticData.minBytesPerChar >= 2)) { in loadConverter()
368 && baseSharedData.staticData.minBytesPerChar == 1 in loadConverter()
DCharsetSCSU.java189 minBytesPerChar = 1; in CharsetSCSU()
/external/icu/icu4c/source/common/
Ducnv_bld.h76 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ member
Ducnv.c452 || (len < converter->sharedData->staticData->minBytesPerChar)) in ucnv_setSubstChars()
653 return converter->sharedData->staticData->minBytesPerChar; in ucnv_getMinCharSize()
Ducnvmbcs.cpp1669 sharedData->staticData->minBytesPerChar>=2) in ucnv_MBCSLoad()
1687 baseSharedData->staticData->minBytesPerChar==1 && in ucnv_MBCSLoad()
5706 …} else if(converter->sharedData->staticData->minBytesPerChar==2 && converter->sharedData->staticDa… in ucnv_MBCSGetType()

12