Searched refs:clause_data (Results 1 – 1 of 1) sorted by relevance
72 std::vector<uint32> clause_data(clause_length); in GetCompositionUnderlines() local74 ::ImmGetCompositionString(imc, GCS_COMPCLAUSE, &clause_data[0], in GetCompositionUnderlines()78 underline.range.from = clause_data[i]; in GetCompositionUnderlines()79 underline.range.to = clause_data[i + 1]; in GetCompositionUnderlines()