Searched refs:minBytesPerChar (Results 1 - 25 of 36) sorted by relevance

12

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterStaticData.java23 byte minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ field in class:UConverterStaticData
48 minBytesPerChar = minBytesPerChar_;
H A DCharsetICU.java80 int minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ field in class:CharsetICU
428 if (((CharsetMBCS)this).sharedData.staticData.maxBytesPerChar == ((CharsetMBCS)this).sharedData.staticData.minBytesPerChar) {
H A DCharsetUTF32.java58 minBytesPerChar = 4;
H A DUConverterDataReader.java454 sd.minBytesPerChar = byteBuffer.get();
H A DCharsetASCII.java29 minBytesPerChar = 1;
H A DCharsetHZ.java43 minBytesPerChar = 1;
H A DCharsetUTF16.java76 minBytesPerChar = 2;
H A DCharsetEncoderICU.java98 super(cs, (cs.minBytesPerChar + cs.maxBytesPerChar) / 2,
H A DCharsetBOCU1.java227 minBytesPerChar = 1;
H A DCharsetCompoundText.java284 minBytesPerChar = 1;
H A DCharsetUTF7.java32 minBytesPerChar=1;
/external/expat/lib/
H A Dxmltok.c279 #define MINBPC(enc) ((enc)->minBytesPerChar)
1143 ptr += enc->minBytesPerChar;
1163 ptr += enc->minBytesPerChar;
1171 ptr += enc->minBytesPerChar;
1177 ptr += enc->minBytesPerChar;
1180 ptr += enc->minBytesPerChar;
1188 ptr += enc->minBytesPerChar;
1190 for (;; ptr += enc->minBytesPerChar) {
1204 *nextTokPtr = ptr + enc->minBytesPerChar;
1247 ptr += 5 * enc->minBytesPerChar;
[all...]
H A Dxmltok_ns.c109 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
H A Dxmlparse.c2738 s + enc->minBytesPerChar,
2739 next - enc->minBytesPerChar);
2748 s + enc->minBytesPerChar,
2749 next - enc->minBytesPerChar);
2834 tag->rawName = s + enc->minBytesPerChar;
2880 const char *rawName = s + enc->minBytesPerChar;
2926 rawName = s + enc->minBytesPerChar*2;
3985 versionend - parser->m_encoding->minBytesPerChar);
4000 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar
[all...]
H A Dxmltok.h202 int minBytesPerChar; member in struct:encoding
/external/python/cpython2/Modules/expat/
H A Dxmltok.c236 #define MINBPC(enc) ((enc)->minBytesPerChar)
995 ptr += enc->minBytesPerChar;
1015 ptr += enc->minBytesPerChar;
1023 ptr += enc->minBytesPerChar;
1029 ptr += enc->minBytesPerChar;
1032 ptr += enc->minBytesPerChar;
1040 ptr += enc->minBytesPerChar;
1042 for (;; ptr += enc->minBytesPerChar) {
1056 *nextTokPtr = ptr + enc->minBytesPerChar;
1099 ptr += 5 * enc->minBytesPerChar;
[all...]
H A Dxmltok_ns.c82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
H A Dxmlparse.c2326 s + enc->minBytesPerChar,
2327 next - enc->minBytesPerChar);
2336 s + enc->minBytesPerChar,
2337 next - enc->minBytesPerChar);
2422 tag->rawName = s + enc->minBytesPerChar;
2468 const char *rawName = s + enc->minBytesPerChar;
2518 rawName = s + enc->minBytesPerChar*2;
3484 versionend - encoding->minBytesPerChar);
3494 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
[all...]
H A Dxmltok.h171 int minBytesPerChar; member in struct:encoding
/external/python/cpython3/Modules/expat/
H A Dxmltok.c236 #define MINBPC(enc) ((enc)->minBytesPerChar)
995 ptr += enc->minBytesPerChar;
1015 ptr += enc->minBytesPerChar;
1023 ptr += enc->minBytesPerChar;
1029 ptr += enc->minBytesPerChar;
1032 ptr += enc->minBytesPerChar;
1040 ptr += enc->minBytesPerChar;
1042 for (;; ptr += enc->minBytesPerChar) {
1056 *nextTokPtr = ptr + enc->minBytesPerChar;
1099 ptr += 5 * enc->minBytesPerChar;
[all...]
H A Dxmltok_ns.c82 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2)
H A Dxmlparse.c2326 s + enc->minBytesPerChar,
2327 next - enc->minBytesPerChar);
2336 s + enc->minBytesPerChar,
2337 next - enc->minBytesPerChar);
2422 tag->rawName = s + enc->minBytesPerChar;
2468 const char *rawName = s + enc->minBytesPerChar;
2518 rawName = s + enc->minBytesPerChar*2;
3484 versionend - encoding->minBytesPerChar);
3494 if (newEncoding->minBytesPerChar != encoding->minBytesPerChar) {
[all...]
H A Dxmltok.h171 int minBytesPerChar; member in struct:encoding
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp488 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength;
520 if(staticData->minBytesPerChar==0) {
521 staticData->minBytesPerChar=prototype->minBytesPerChar;
542 (staticData->minBytesPerChar>1 ||
743 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2);
745 staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength);
/external/icu/icu4c/source/common/
H A Ducnv_bld.h78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ member in struct:UConverterStaticData

Completed in 679 milliseconds

12