Searched refs:mSbElementContent (Results 1 – 1 of 1) sorted by relevance
82 private CappedStringBuilder mSbElementContent = new CappedStringBuilder( field in SearchIndexManager.IndexBuilder95 mSbElementContent.clear(); in reset()125 if (mSbElementContent.length() != 0) { in commit()126 String content = mSbElementContent.toString().replace('\n', ' '); in commit()134 mSbElementContent.clear(); in commit()157 if (mSbElementContent.length() > 0) { in appendContent()158 mSbElementContent.append(' '); in appendContent()160 mSbElementContent.append(value); in appendContent()164 mSbElementContent.append('/').append(value); in appendContent()168 if (mSbElementContent.length() > 0) { in appendContent()[all …]