Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/test/performance/delay/sync_process/
H A Dsync_process_delay_test.cpp51 const char MIN_UPPER_CASE_CHAR = 'A'; variable
99 str[i] = MIN_UPPER_CASE_CHAR + Random() % ALPHABET_LENGTH; in RandStr()
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp52 const char MIN_UPPER_CASE_CHAR = 'A'; variable
111 str[i] = MIN_UPPER_CASE_CHAR + Random() % ALPHABET_LENGTH; in RandStr()
/ohos5.0/foundation/ai/ai_engine/test/function/init/
H A Dinit_function_test.cpp40 const char MIN_UPPER_CASE_CHAR = 'A'; variable
74 str[i] = MIN_UPPER_CASE_CHAR + rand() % NUMBER_OF_ALPHABETS; in RandStr()