Home | History | Annotate | Download | only in common

Lines Matching refs:utf8

51 #include "unicode/utf8.h"
4865 UConverter *utf8, *cnv;
4883 utf8=pToUArgs->converter;
4909 c=(UChar32)utf8->toUnicodeStatus;
4911 toULength=oldToULength=utf8->toULength;
4912 toULimit=(int8_t)utf8->mode;
4944 utf8->toUnicodeStatus=0;
4945 utf8->toULength=0;
4955 * (utf8, source, target, limits but not cnv, table, minValue, etc.).
5051 utf8->toUBytes[oldToULength++]=*source++;
5053 utf8->toUnicodeStatus=c;
5054 utf8->toULength=toULength;
5055 utf8->mode=toULimit;
5083 utf8->toUBytes[oldToULength++]=*source++;
5085 utf8->toULength=toULength;
5150 c=utf8->toUBytes[0]=b=*source++;
5154 utf8->toUBytes[toULength++]=b=*source++;
5157 utf8->toUnicodeStatus=c;
5158 utf8->toULength=toULength;
5159 utf8->mode=toULimit;
5171 UConverter *utf8, *cnv;
5190 utf8=pToUArgs->converter;
5209 c=(UChar32)utf8->toUnicodeStatus;
5211 toULength=oldToULength=utf8->toULength;
5212 toULimit=(int8_t)utf8->mode;
5244 utf8->toUnicodeStatus=0;
5245 utf8->toULength=0;
5331 utf8->toUBytes[oldToULength++]=*source++;
5333 utf8->toUnicodeStatus=c;
5334 utf8->toULength=toULength;
5335 utf8->mode=toULimit;
5363 utf8->toUBytes[oldToULength++]=*source++;
5365 utf8->toULength=toULength;
5460 c=utf8->toUBytes[0]=b=*source++;
5464 utf8->toUBytes[toULength++]=b=*source++;
5467 utf8->toUnicodeStatus=c;
5468 utf8->toULength=toULength;
5469 utf8->mode=toULimit;