Lines Matching refs:bufferPos
215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ argument
220 ++(bufferPos); \
242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local
279 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName()
294 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName()
299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) { in expandName()
311 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in expandName()
322 return bufferPos; in expandName()
779 uint16_t i, factor, bufferPos=0; in writeFactorSuffix() local
820 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in writeFactorSuffix()
843 return bufferPos; in writeFactorSuffix()
854 uint16_t bufferPos=0; in getAlgName() local
875 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in getAlgName()
899 bufferPos+=count; in getAlgName()
912 WRITE_CHAR(buffer, bufferLength, bufferPos, c); in getAlgName()
915 bufferPos+=writeFactorSuffix(factors, count, in getAlgName()
928 return bufferPos; in getAlgName()