/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | makeconv.cpp | 500 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength; in readHeader() 532 if(staticData->minBytesPerChar==0) { in readHeader() 533 staticData->minBytesPerChar=prototype->minBytesPerChar; in readHeader() 554 (staticData->minBytesPerChar>1 || in readHeader() 755 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2); in createConverter() 757 staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength); in createConverter()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | makeconv.cpp | 500 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength; in readHeader() 532 if(staticData->minBytesPerChar==0) { in readHeader() 533 staticData->minBytesPerChar=prototype->minBytesPerChar; in readHeader() 554 (staticData->minBytesPerChar>1 || in readHeader() 755 staticData->minBytesPerChar=(int8_t)(states->minCharLength=2); in createConverter() 757 staticData->minBytesPerChar=(int8_t)(states->minCharLength=baseStates->minCharLength); in createConverter()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.c | 242 # define MINBPC(enc) ((enc)->minBytesPerChar) 1083 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1103 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1111 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1117 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1120 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1128 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1130 for (;; ptr += enc->minBytesPerChar) { in parsePseudoAttribute() 1141 *nextTokPtr = ptr + enc->minBytesPerChar; in parsePseudoAttribute() 1169 ptr += 5 * enc->minBytesPerChar; [all...] |
H A D | xmlparse.c | 2875 enc, s + enc->minBytesPerChar, next - enc->minBytesPerChar); in doContent() 2891 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent() 2892 next - enc->minBytesPerChar); in doContent() 2971 tag->rawName = s + enc->minBytesPerChar; in doContent() 3018 const char *rawName = s + enc->minBytesPerChar; in doContent() 3069 rawName = s + enc->minBytesPerChar * 2; in doContent() 4240 versionend - parser->m_encoding->minBytesPerChar); in processXmlDecl() 4255 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar in processXmlDecl() [all...] |
H A D | xmltok_ns.c | 103 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in findEncoding()
|
H A D | xmltok.h | 197 int minBytesPerChar; member
|
/third_party/python/Modules/expat/ |
H A D | xmltok.c | 239 # define MINBPC(enc) ((enc)->minBytesPerChar) 1080 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1100 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1108 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1114 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1117 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1125 ptr += enc->minBytesPerChar; in parsePseudoAttribute() 1127 for (;; ptr += enc->minBytesPerChar) { in parsePseudoAttribute() 1138 *nextTokPtr = ptr + enc->minBytesPerChar; in parsePseudoAttribute() 1166 ptr += 5 * enc->minBytesPerChar; [all...] |
H A D | xmlparse.c | 2832 enc, s + enc->minBytesPerChar, next - enc->minBytesPerChar); in doContent() 2848 name = poolStoreString(&dtd->pool, enc, s + enc->minBytesPerChar, in doContent() 2849 next - enc->minBytesPerChar); in doContent() 2928 tag->rawName = s + enc->minBytesPerChar; in doContent() 2975 const char *rawName = s + enc->minBytesPerChar; in doContent() 3023 rawName = s + enc->minBytesPerChar * 2; in doContent() 4323 versionend - parser->m_encoding->minBytesPerChar); in processXmlDecl() 4338 if (newEncoding->minBytesPerChar != parser->m_encoding->minBytesPerChar in processXmlDecl() [all...] |
H A D | xmltok_ns.c | 103 if (streqci(buf, KW_UTF_16) && enc->minBytesPerChar == 2) in findEncoding()
|
H A D | xmltok.h | 197 int minBytesPerChar; member
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterStaticData.java | 23 byte minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ field in UConverterStaticData 48 minBytesPerChar = minBytesPerChar_;
|
H A D | CharsetICU.java | 80 int minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ field in CharsetICU 428 if (((CharsetMBCS)this).sharedData.staticData.maxBytesPerChar == ((CharsetMBCS)this).sharedData.staticData.minBytesPerChar) { in isFixedWidth()
|
H A D | UConverterDataReader.java | 453 sd.minBytesPerChar = byteBuffer.get(); in readStaticData()
|
H A D | CharsetUTF32.java | 58 minBytesPerChar = 4; in CharsetUTF32()
|
H A D | CharsetHZ.java | 43 minBytesPerChar = 1; in CharsetHZ()
|
H A D | CharsetUTF16.java | 72 minBytesPerChar = 2; in CharsetUTF16()
|
H A D | CharsetASCII.java | 29 minBytesPerChar = 1; in CharsetASCII()
|
H A D | CharsetUTF7.java | 32 minBytesPerChar=1; in CharsetUTF7()
|
H A D | CharsetUTF8.java | 35 minBytesPerChar = 1; in CharsetUTF8()
|
H A D | CharsetEncoderICU.java | 98 super(cs, (cs.minBytesPerChar + cs.maxBytesPerChar) / 2, in CharsetEncoderICU()
|
H A D | CharsetBOCU1.java | 227 minBytesPerChar = 1; in CharsetBOCU1()
|
H A D | CharsetCompoundText.java | 284 minBytesPerChar = 1; in CharsetCompoundText()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_bld.h | 78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_bld.h | 78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_bld.h | 78 int8_t minBytesPerChar; /* +70: 1 Minimum # bytes per char in this codepage */ member
|