Searched refs:contextChars (Results 1 – 4 of 4) sorted by relevance
210 contextChars.add(c); in addCE32()301 contextChars.remove(c); in suppressContractions()597 contextChars.add(c); in copyFromBaseCE32()610 contextChars.add(c); in copyFromBaseCE32()679 dest.contextChars.add(start, end); in copyRangeCE32()990 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in clearContexts()1003 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in buildContexts()1343 protected UnicodeSet contextChars = new UnicodeSet(); field in CollationDataBuilder
211 contextChars.add(c); in addCE32()302 contextChars.remove(c); in suppressContractions()598 contextChars.add(c); in copyFromBaseCE32()611 contextChars.add(c); in copyFromBaseCE32()680 dest.contextChars.add(start, end); in copyRangeCE32()991 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in clearContexts()1004 UnicodeSetIterator iter = new UnicodeSetIterator(contextChars); in buildContexts()1344 protected UnicodeSet contextChars = new UnicodeSet(); field in CollationDataBuilder
580 contextChars.add(c); in addCE32()827 contextChars.add(c); in copyFromBaseCE32()840 contextChars.add(c); in copyFromBaseCE32()907 dest.contextChars.add(start, end); in copyRangeCE32()1078 contextChars.remove(c); in suppressContractions()1319 UnicodeSetIterator iter(contextChars); in clearContexts()1334 UnicodeSetIterator iter(contextChars); in buildContexts()
242 UnicodeSet contextChars; variable