Searched refs:ALPHANUMERIC_CHARSET (Results 1 – 1 of 1) sorted by relevance
93 static const char *ALPHANUMERIC_CHARSET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:"; variable800 if (strchr(ALPHANUMERIC_CHARSET, *text) == NULL) in qrcodegen_isAlphanumeric()927 const char *temp = strchr(ALPHANUMERIC_CHARSET, *text); in qrcodegen_makeAlphanumeric()929 accumData = accumData * 45 + (unsigned int)(temp - ALPHANUMERIC_CHARSET); in qrcodegen_makeAlphanumeric()