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