Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp38 const int32_t MAX_CHAR_PER_LINE_NUM = 100; variable
132 if (line.size() > MAX_CHAR_PER_LINE_NUM) { in IsValidLine()