CodepointIteratorRestricted |
ICodepointIterator.restrict(ICodepointFilter aFilter) |
CodepointIteratorRestricted |
DelegatingCodepointIterator.restrict(ICodepointFilter aFilter) |
CodepointIteratorRestricted |
AbstractCodepointIterator.restrict(ICodepointFilter aFilter) |
CodepointIteratorRestricted |
ICodepointIterator.restrict(ICodepointFilter aFilter,
boolean bScanning) |
CodepointIteratorRestricted |
DelegatingCodepointIterator.restrict(ICodepointFilter aFilter,
boolean bScanning) |
CodepointIteratorRestricted |
AbstractCodepointIterator.restrict(ICodepointFilter aFilter,
boolean bScanning) |
CodepointIteratorRestricted |
ICodepointIterator.restrict(ICodepointFilter aFilter,
boolean bScanning,
boolean bInvert) |
CodepointIteratorRestricted |
DelegatingCodepointIterator.restrict(ICodepointFilter aFilter,
boolean bScanning,
boolean bInvert) |
CodepointIteratorRestricted |
AbstractCodepointIterator.restrict(ICodepointFilter aFilter,
boolean bScanning,
boolean bInvert) |
static void |
CodepointHelper.verify(AbstractCodepointIterator aIter,
ICodepointFilter aFilter)
Verifies a sequence of codepoints using the specified filter
|
static void |
CodepointHelper.verifyNot(ICodepointIterator aIter,
ICodepointFilter aFilter)
Verifies a sequence of codepoints using the specified filter
|