Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc70 int clause_length = clause_size / sizeof(uint32); in GetCompositionUnderlines() local
71 if (clause_length) { in GetCompositionUnderlines()
72 std::vector<uint32> clause_data(clause_length); in GetCompositionUnderlines()
76 for (int i = 0; i < clause_length - 1; ++i) { in GetCompositionUnderlines()