Lines Matching refs:ASCII_digits
987 const char *ASCII_digits = nullptr; in FastUInt32ToBufferLeft() local
996 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
997 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
998 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
1004 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
1005 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
1006 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
1012 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
1013 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
1014 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
1020 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
1021 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
1022 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
1028 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
1029 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
1030 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
1078 const char *ASCII_digits = nullptr; in FastUInt64ToBufferLeft() local
1089 ASCII_digits = two_ASCII_digits[digits]; in FastUInt64ToBufferLeft()
1090 buffer[0] = ASCII_digits[0]; in FastUInt64ToBufferLeft()
1091 buffer[1] = ASCII_digits[1]; in FastUInt64ToBufferLeft()
1095 ASCII_digits = two_ASCII_digits[digits]; in FastUInt64ToBufferLeft()
1096 buffer[0] = ASCII_digits[0]; in FastUInt64ToBufferLeft()
1097 buffer[1] = ASCII_digits[1]; in FastUInt64ToBufferLeft()
1101 ASCII_digits = two_ASCII_digits[digits]; in FastUInt64ToBufferLeft()
1102 buffer[0] = ASCII_digits[0]; in FastUInt64ToBufferLeft()
1103 buffer[1] = ASCII_digits[1]; in FastUInt64ToBufferLeft()
1107 ASCII_digits = two_ASCII_digits[digits]; in FastUInt64ToBufferLeft()
1108 buffer[0] = ASCII_digits[0]; in FastUInt64ToBufferLeft()
1109 buffer[1] = ASCII_digits[1]; in FastUInt64ToBufferLeft()