Searched defs:chars (Results 1 – 4 of 4) sorted by relevance
81 std::array<char, MAX_LOG_TAG_LEN> chars = {0}; in GenLogTag() local
503 vector<char> chars(text.begin(), text.end()); // decompose to sing-char input sequence in TextToKeyEvents() local
160 const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; constant
72 char chars[SINGLE_PRINT_LENGTH * 2 + 1] = { 0 }; in printBuffer() local