Searched refs:bc_history_combo_chars (Results 1 – 3 of 3) sorted by relevance
460 const uint32_t bc_history_combo_chars[] = { variable676 const size_t bc_history_combo_chars_len = sizeof(bc_history_combo_chars) /677 sizeof(bc_history_combo_chars[0]);
486 if (bc_history_combo_chars[i] > cp) return false; in bc_history_comboChar()487 if (bc_history_combo_chars[i] == cp) return true; in bc_history_comboChar()
379 extern const uint32_t bc_history_combo_chars[];