Searched refs:clause_length (Results 1 – 1 of 1) sorted by relevance
74 int clause_length = clause_size / sizeof(uint32); in GetCompositionUnderlines() local75 if (clause_length) { in GetCompositionUnderlines()76 scoped_ptr<uint32[]> clause_data(new uint32[clause_length]); in GetCompositionUnderlines()80 for (int i = 0; i < clause_length - 1; ++i) { in GetCompositionUnderlines()