Lines Matching refs:toULength
299 cnv->toULength=1; in _UTF16BEToUnicodeWithOffsets()
302 if((count=cnv->toULength)!=0) { in _UTF16BEToUnicodeWithOffsets()
365 cnv->toULength=2; in _UTF16BEToUnicodeWithOffsets()
375 cnv->toULength=(int8_t)count; in _UTF16BEToUnicodeWithOffsets()
446 cnv->toULength=2; in _UTF16BEToUnicodeWithOffsets()
460 cnv->toULength=0; in _UTF16BEToUnicodeWithOffsets()
482 cnv->toUBytes[cnv->toULength++]=*source++; in _UTF16BEToUnicodeWithOffsets()
514 pArgs->converter->toULength=1; in _UTF16BEGetNextUChar()
543 pArgs->converter->toULength=(int8_t)(sourceLimit-s); in _UTF16BEGetNextUChar()
559 pArgs->converter->toULength=2; in _UTF16BEGetNextUChar()
900 cnv->toULength=1; in _UTF16LEToUnicodeWithOffsets()
903 if((count=cnv->toULength)!=0) { in _UTF16LEToUnicodeWithOffsets()
966 cnv->toULength=2; in _UTF16LEToUnicodeWithOffsets()
976 cnv->toULength=(int8_t)count; in _UTF16LEToUnicodeWithOffsets()
1047 cnv->toULength=2; in _UTF16LEToUnicodeWithOffsets()
1061 cnv->toULength=0; in _UTF16LEToUnicodeWithOffsets()
1083 cnv->toUBytes[cnv->toULength++]=*source++; in _UTF16LEToUnicodeWithOffsets()
1115 pArgs->converter->toULength=1; in _UTF16LEGetNextUChar()
1144 pArgs->converter->toULength=(int8_t)(sourceLimit-s); in _UTF16LEGetNextUChar()
1160 pArgs->converter->toULength=2; in _UTF16LEGetNextUChar()
1363 cnv->toULength=1; in _UTF16ToUnicodeWithOffsets()
1392 cnv->toULength=0; in _UTF16ToUnicodeWithOffsets()
1399 cnv->toULength=0; in _UTF16ToUnicodeWithOffsets()
1417 cnv->toULength=2; in _UTF16ToUnicodeWithOffsets()