OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSCharIter
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
rbbi.cpp
161
if (fCharIter!=
fSCharIter
&& fCharIter!=fDCharIter) {
166
delete
fSCharIter
;
210
if (fCharIter!=
fSCharIter
&& fCharIter!=fDCharIter) {
246
fSCharIter
= NULL;
353
if (fCharIter!=
fSCharIter
&& fCharIter!=fDCharIter) {
411
if (fCharIter!=
fSCharIter
&& fCharIter!=fDCharIter) {
443
if (
fSCharIter
== NULL) {
444
fSCharIter
= new StringCharacterIterator(newText);
446
fSCharIter
->setText(newText);
449
if (fCharIter!=
fSCharIter
&& fCharIter!=fDCharIter)
[
all
...]
/external/icu4c/common/unicode/
rbbi.h
77
* Value may be adopted from outside, or one of
fSCharIter
or fDCharIter, below.
86
StringCharacterIterator *
fSCharIter
;
Completed in 126 milliseconds