Searched refs:mSbElementContent (Results 1 – 1 of 1) sorted by relevance
81 private CappedStringBuilder mSbElementContent = new CappedStringBuilder( field in SearchIndexManager.IndexBuilder94 mSbElementContent.clear(); in reset()124 if (mSbElementContent.length() != 0) { in commit()125 String content = mSbElementContent.toString().replace('\n', ' '); in commit()133 mSbElementContent.clear(); in commit()156 if (mSbElementContent.length() > 0) { in appendContent()157 mSbElementContent.append(' '); in appendContent()159 mSbElementContent.append(value); in appendContent()163 mSbElementContent.append('/').append(value); in appendContent()167 if (mSbElementContent.length() > 0) { in appendContent()[all …]