Searched refs:fcdPosition (Results 1 – 5 of 5) sorted by relevance
466 if (othercoliter->fcdPosition != NULL) { in operator =()468 coliter->fcdPosition = coliter->string + in operator =()469 (othercoliter->fcdPosition in operator =()473 coliter->fcdPosition = NULL; in operator =()
382 ci->fcdPosition = NULL; in ucol_reset()488 elems->iteratordata_.fcdPosition = elems->iteratordata_.endp; in ucol_previous()532 elems->iteratordata_.fcdPosition = elems->iteratordata_.endp; in ucol_previousProcessed()716 if (ci->fcdPosition == NULL) { in ucol_getOffset()719 return (int32_t)(ci->fcdPosition - ci->string); in ucol_getOffset()747 ci->fcdPosition = NULL; in ucol_setOffset()
144 (s)->fcdPosition = 0; in IInit_collIterate()194 backup->fcdPosition = data->fcdPosition; in backupState()270 data->fcdPosition = backup->fcdPosition; in loadState()378 return (*s->fcdPosition == 0); in collIter_eos()382 return s->fcdPosition == s->endp; in collIter_eos()401 *(source->pos - 1) == 0 && source->fcdPosition == NULL)) { in collIter_bos()1376 const UChar *endP = collationSource->fcdPosition; /* End of region to normalize+1 */ in collIterNormalize()1491 collationSource->fcdPosition = (UChar *)srcP; in collIterFCD()1581 collationSource->pos = collationSource->fcdPosition; in ucol_IGetNextCE()1606 if (collationSource->fcdPosition >= collationSource->pos) { in ucol_IGetNextCE()[all …]
292 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */ member330 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */ member468 (s)->fcdPosition = 0; \655 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
60 ci->fcdPosition = NULL; in setColEIterOffset()