Searched refs:contextChars (Results 1 – 4 of 4) sorted by relevance
213 contextChars.add(c); in addCE32()304 contextChars.remove(c); in suppressContractions()600 contextChars.add(c); in copyFromBaseCE32()613 contextChars.add(c); in copyFromBaseCE32()682 dest.contextChars.add(start, end); in copyRangeCE32()993 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in clearContexts()1006 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in buildContexts()1346 protected UnicodeSet contextChars = new UnicodeSet(); field in CollationDataBuilder
212 contextChars.add(c); in addCE32()303 contextChars.remove(c); in suppressContractions()599 contextChars.add(c); in copyFromBaseCE32()612 contextChars.add(c); in copyFromBaseCE32()681 dest.contextChars.add(start, end); in copyRangeCE32()992 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in clearContexts()1005 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in buildContexts()1345 protected UnicodeSet contextChars = new UnicodeSet(); field in CollationDataBuilder
582 contextChars.add(c); in addCE32()829 contextChars.add(c); in copyFromBaseCE32()842 contextChars.add(c); in copyFromBaseCE32()909 dest.contextChars.add(start, end); in copyRangeCE32()1080 contextChars.remove(c); in suppressContractions()1321 UnicodeSetIterator iter(contextChars); in clearContexts()1336 UnicodeSetIterator iter(contextChars); in buildContexts()
244 UnicodeSet contextChars; variable