Searched refs:clause_length (Results 1 – 1 of 1) sorted by relevance
70 int clause_length = clause_size / sizeof(uint32); in GetCompositionUnderlines() local71 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()