Home | History | Annotate | Download | only in common

Lines Matching defs:maxBytesPerUChar

1897     int8_t maxBytesPerUChar;
1947 /* fix maxBytesPerUChar depending on outputType and options etc. */
1949 cnv->maxBytesPerUChar=3; /* SO+DBCS */
1954 maxBytesPerUChar=(int8_t)UCNV_GET_MAX_BYTES_PER_UCHAR(extIndexes);
1956 ++maxBytesPerUChar; /* SO + multiple DBCS */
1959 if(maxBytesPerUChar>cnv->maxBytesPerUChar) {
1960 cnv->maxBytesPerUChar=maxBytesPerUChar;