OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcdPosition
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp
464
if (othercoliter->
fcdPosition
!= NULL) {
465
coliter->
fcdPosition
= coliter->string +
466
(othercoliter->
fcdPosition
470
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
123
(s)->
fcdPosition
= 0;
173
backup->
fcdPosition
= data->
fcdPosition
;
244
buffer and modify the
fcdPosition
.
246
fcdPosition
can not be reverted back.
249
data->
fcdPosition
= backup->
fcdPosition
;
355
// Null terminated main string.
fcdPosition
is the 'return' position into main buf.
356
return (*s->
fcdPosition
== 0);
360
return s->
fcdPosition
== s->endp
[
all
...]
ucol_imp.h
294
const UChar *
fcdPosition
; /* Position in the original string to continue FCD check from. */
332
const UChar *
fcdPosition
; /* Position in the original string to continue FCD check from. */
470
(s)->
fcdPosition
= 0; \
639
#define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.
fcdPosition
== NULL)
[
all
...]
usearch.cpp
60
ci->
fcdPosition
= NULL;
[
all
...]
/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 47 milliseconds