Searched refs:fCharIter (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbi.cpp191 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
192 // fCharIter was adopted from the outside.
193 delete fCharIter;
195 fCharIter = NULL;
197 fCharIter = NULL;
240 if (fCharIter!=fSCharIter && fCharIter!=fDCharIter) {
241 delete fCharIter;
243 fCharIter
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Drbbi.h79 CharacterIterator *fCharIter; member in class:RuleBasedBreakIterator

Completed in 132 milliseconds