Lines Matching refs:bufferPos
213 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
218 ++(bufferPos); \
240 uint16_t token, tokenCount=*tokens++, bufferPos=0;
277 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
292 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
297 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
309 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
320 return bufferPos;
777 uint16_t i, factor, bufferPos=0;
818 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
841 return bufferPos;
852 uint16_t bufferPos=0;
873 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
897 bufferPos+=count;
910 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
913 bufferPos+=writeFactorSuffix(factors, count,
926 return bufferPos;