Home
last modified time | relevance | path

Searched refs:ASCII_digits (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc894 const char *ASCII_digits = NULL; in FastUInt32ToBufferLeft() local
903 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
904 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
905 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
911 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
912 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
913 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
919 ASCII_digits = two_ASCII_digits[digits]; in FastUInt32ToBufferLeft()
920 buffer[0] = ASCII_digits[0]; in FastUInt32ToBufferLeft()
921 buffer[1] = ASCII_digits[1]; in FastUInt32ToBufferLeft()
[all …]