Searched refs:MIN_UPPER_CASE_CHAR (Results 1 – 3 of 3) sorted by relevance
51 const char MIN_UPPER_CASE_CHAR = 'A'; variable99 str[i] = MIN_UPPER_CASE_CHAR + Random() % ALPHABET_LENGTH; in RandStr()
52 const char MIN_UPPER_CASE_CHAR = 'A'; variable111 str[i] = MIN_UPPER_CASE_CHAR + Random() % ALPHABET_LENGTH; in RandStr()
40 const char MIN_UPPER_CASE_CHAR = 'A'; variable74 str[i] = MIN_UPPER_CASE_CHAR + rand() % NUMBER_OF_ALPHABETS; in RandStr()