HomeSort by relevance Sort by last modified time
    Searched refs:fcdPosition (Results 1 - 5 of 5) sorted by null

  /external/icu4c/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...]

Completed in 131 milliseconds