OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcdPosition
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/
coleitr.cpp
466
if (othercoliter->
fcdPosition
!= NULL) {
468
coliter->
fcdPosition
= coliter->string +
469
(othercoliter->
fcdPosition
473
coliter->
fcdPosition
= NULL;
ucoleitr.cpp
382
ci->
fcdPosition
= NULL;
488
elems->iteratordata_.
fcdPosition
= elems->iteratordata_.endp;
532
elems->iteratordata_.
fcdPosition
= elems->iteratordata_.endp;
716
if (ci->
fcdPosition
== NULL) {
719
return (int32_t)(ci->
fcdPosition
- ci->string);
747
ci->
fcdPosition
= NULL;
ucol.cpp
144
(s)->
fcdPosition
= 0;
194
backup->
fcdPosition
= data->
fcdPosition
;
265
buffer and modify the
fcdPosition
.
267
fcdPosition
can not be reverted back.
270
data->
fcdPosition
= backup->
fcdPosition
;
377
// Null terminated main string.
fcdPosition
is the 'return' position into main buf.
378
return (*s->
fcdPosition
== 0);
382
return s->
fcdPosition
== s->endp
[
all
...]
ucol_imp.h
292
const UChar *
fcdPosition
; /* Position in the original string to continue FCD check from. */
330
const UChar *
fcdPosition
; /* Position in the original string to continue FCD check from. */
468
(s)->
fcdPosition
= 0; \
655
#define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.
fcdPosition
== NULL)
[
all
...]
usearch.cpp
60
ci->
fcdPosition
= NULL;
[
all
...]
Completed in 225 milliseconds