Searched refs:kCharIndexKey (Results 1 – 4 of 4) sorted by relevance
9 const char kCharIndexKey[] = "charIndex"; variable
14 extern const char kCharIndexKey[];
218 if (event->HasKey(constants::kCharIndexKey)) { in RunImpl()220 event->GetInteger(constants::kCharIndexKey, &char_index)); in RunImpl()
116 details->SetInteger(constants::kCharIndexKey, char_index); in OnTtsEvent()