Home
last modified time | relevance | path

Searched refs:MIN_LOWER_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.cpp52 const char MIN_LOWER_CASE_CHAR = 'a'; variable
102 str[i] = MIN_LOWER_CASE_CHAR + Random() % ALPHABET_LENGTH; in RandStr()
/ohos5.0/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp53 const char MIN_LOWER_CASE_CHAR = 'a'; variable
114 str[i] = MIN_LOWER_CASE_CHAR + Random() % ALPHABET_LENGTH; in RandStr()
/ohos5.0/foundation/ai/ai_engine/test/function/init/
H A Dinit_function_test.cpp41 const char MIN_LOWER_CASE_CHAR = 'a'; variable
77 str[i] = MIN_LOWER_CASE_CHAR + rand() % NUMBER_OF_ALPHABETS; in RandStr()