Searched refs:mRemovedChars (Results 1 – 2 of 2) sorted by relevance
2504 private BitSet mRemovedChars; field in TextUtils.StringWithRemovedChars2515 if (mRemovedChars == null) { in removeRange()2516 mRemovedChars = new BitSet(mOriginal.length()); in removeRange()2519 mRemovedChars.set(firstRemoved, firstNonRemoved); in removeRange()2526 if (mRemovedChars == null) { in removeAllCharBefore()2527 mRemovedChars = new BitSet(mOriginal.length()); in removeAllCharBefore()2530 mRemovedChars.set(0, firstNonRemoved); in removeAllCharBefore()2537 if (mRemovedChars == null) { in removeAllCharAfter()2538 mRemovedChars = new BitSet(mOriginal.length()); in removeAllCharAfter()2547 if (mRemovedChars == null) { in toString()[all …]
12359 Landroid/content/pm/PackageItemInfo$StringWithRemovedChars;->mRemovedChars:Ljava/util/BitSet;