Home | History | Annotate | Download | only in common

Lines Matching refs:oldToULength

761     int8_t oldToULength, toULength, toULimit;
776 toULength=oldToULength=utf8->toULength;
779 toULength=oldToULength=toULimit=0;
782 count=(int32_t)(sourceLimit-source)+oldToULength;
805 * Count oldToULength (number of source bytes from a previous buffer)
820 b=source[count-oldToULength-i-1];
888 oldToULength=0;
905 source-=(toULength-oldToULength);
906 while(oldToULength<toULength) {
907 utf8->toUBytes[oldToULength++]=*source++;
931 source-=(toULength-oldToULength);
932 while(oldToULength<toULength) {
933 utf8->toUBytes[oldToULength++]=*source++;
946 for(i=0; i<oldToULength; ++i) {
949 source-=(toULength-oldToULength);