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 124 (s)->fcdPosition = 0;
174 backup->fcdPosition = data->fcdPosition;
245 buffer and modify the fcdPosition.
247 fcdPosition can not be reverted back.
250 data->fcdPosition = backup->fcdPosition;
356 // Null terminated main string. fcdPosition is the 'return' position into main buf.
357 return (*s->fcdPosition == 0);
361 return s->fcdPosition == s->endp
    [all...]
ucol_imp.h 304 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
342 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
489 (s)->fcdPosition = 0; \
675 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
    [all...]
usearch.cpp 60 ci->fcdPosition = NULL;
    [all...]

Completed in 28 milliseconds