Searched refs:attribute_size (Results 1 – 1 of 1) sorted by relevance
43 int attribute_size = ::ImmGetCompositionString(imm_context, GCS_COMPATTR, in GetCompositionTargetRange() local45 if (attribute_size > 0) { in GetCompositionTargetRange()48 scoped_ptr<char[]> attribute_data(new char[attribute_size]); in GetCompositionTargetRange()51 attribute_data.get(), attribute_size); in GetCompositionTargetRange()52 for (start = 0; start < attribute_size; ++start) { in GetCompositionTargetRange()56 for (end = start; end < attribute_size; ++end) { in GetCompositionTargetRange()