Searched refs:ASCII_digits (Results 1 – 1 of 1) sorted by relevance
970 const char *ASCII_digits = NULL; in FastUInt32ToBufferLeft() local979 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()980 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()981 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()987 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()988 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()989 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()995 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()996 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()997 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()[all …]