Searched refs:subCharLen (Results 1 – 8 of 8) sorted by relevance
416 staticData->subCharLen=0; in readHeader()442 staticData->subCharLen=length; in readHeader()505 if(staticData->subCharLen==0) { in readHeader()506 staticData->subCharLen=prototype->subCharLen; in readHeader()507 if(prototype->subCharLen>0) { in readHeader()508 uprv_memcpy(staticData->subChar, prototype->subChar, prototype->subCharLen); in readHeader()635 staticData->subChar, staticData->subCharLen) in createConverter()728 if(staticData->subCharLen==0) { in createConverter()730 staticData->subCharLen=baseData.staticData.subCharLen; in createConverter()758 if(1!=ucm_countChars(baseStates, staticData->subChar, staticData->subCharLen)) { in createConverter()
78 int8_t subCharLen; /* +76: 1 */ member205 int8_t subCharLen; /* length of the codepage specific character sequence */ member
423 if (converter->subCharLen <= 0) { in ucnv_getSubstChars()429 if (*len < converter->subCharLen) /*not enough space in subChars */ in ucnv_getSubstChars()435 … uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */ in ucnv_getSubstChars()436 *len = converter->subCharLen; /*store # of bytes copied to buffer */ in ucnv_getSubstChars()457 converter->subCharLen = len; /*sets the new len */ in ucnv_setSubstChars()542 cnv->subCharLen = 0; in ucnv_setSubstString()546 cnv->subCharLen = (int8_t)length8; in ucnv_setSubstString()548 cnv->subCharLen = (int8_t)-length; in ucnv_setSubstString()
186 length = converter->subCharLen; in ucnv_cbFromUWriteSub()
523 cnv->subCharLen = myConverterData->currentConverter->subCharLen; in _ISO2022Open()3219 length=cnv->subCharLen; /* assume length==1 for most variants */ in _ISO_2022_WriteSub()3275 int8_t currentSubCharLen = myConverterData->currentConverter->subCharLen; in _ISO_2022_WriteSub()3279 myConverterData->currentConverter->subCharLen = (int8_t)length; in _ISO_2022_WriteSub()3290 myConverterData->currentConverter->subCharLen = currentSubCharLen; in _ISO_2022_WriteSub()
932 myUConverter->subCharLen = mySharedConverterData->staticData->subCharLen; in ucnv_createConverterFromSharedData()934 …mcpy(myUConverter->subChars, mySharedConverterData->staticData->subChar, myUConverter->subCharLen); in ucnv_createConverterFromSharedData()
211 cnv->subCharLen=-1; in _SCSUOpen()
5254 length=cnv->subCharLen; in ucnv_MBCSWriteSub()