Searched refs:attribute_size (Results 1 – 1 of 1) sorted by relevance
45 int attribute_size = ::ImmGetCompositionString(imm_context, GCS_COMPATTR, in GetCompositionTargetRange() local47 if (attribute_size > 0) { in GetCompositionTargetRange()50 scoped_ptr<char[]> attribute_data(new char[attribute_size]); in GetCompositionTargetRange()53 attribute_data.get(), attribute_size); in GetCompositionTargetRange()54 for (start = 0; start < attribute_size; ++start) { in GetCompositionTargetRange()58 for (end = start; end < attribute_size; ++end) { in GetCompositionTargetRange()