Home | History | Annotate | Download | only in common

Lines Matching defs:bufferPos

238 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
243 ++(bufferPos); \
265 uint16_t token, tokenCount=*tokens++, bufferPos=0;
302 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
317 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
322 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
334 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
345 return bufferPos;
802 uint16_t i, factor, bufferPos=0;
843 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
866 return bufferPos;
877 uint16_t bufferPos=0;
898 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
922 bufferPos+=count;
935 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
938 bufferPos+=writeFactorSuffix(factors, count,
951 return bufferPos;